OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttf_face
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42types.h
44
FT_Face
ttf_face
;
member in struct:T42_FaceRec_
t42objs.c
183
face->
ttf_face
= NULL;
309
&args, 0, &face->
ttf_face
);
315
FT_Done_Size( face->
ttf_face
->size );
319
root->bbox = face->
ttf_face
->bbox;
320
root->units_per_EM = face->
ttf_face
->units_per_EM;
322
root->ascender = face->
ttf_face
->ascender;
323
root->descender = face->
ttf_face
->descender;
324
root->height = face->
ttf_face
->height;
326
root->max_advance_width = face->
ttf_face
->max_advance_width;
327
root->max_advance_height = face->
ttf_face
->max_advance_height
[
all
...]
Completed in 187 milliseconds