Lines Matching defs:FT_Face

121   /*    FT_Face                                                            */
333 /* It is used for the `available_sizes' field of @FT_Face. */
468 /* FT_Face */
483 /* An `FT_Face' object can only be safely used from one thread at a */
484 /* time. Similarly, creation and destruction of `FT_Face' with the */
488 /* long as the same `FT_Face' object is not used from multiple */
495 typedef struct FT_FaceRec_* FT_Face;
508 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
518 /* given @FT_Face, but they won't be used by other functions until */
833 FT_Face face;
857 /* model private data of a given @FT_Face object. */
1519 FT_Face face; /* parent face object */
1729 FT_Face face;
1792 /* See the documentation of @FT_Library and @FT_Face for */
1986 /* Use @FT_Done_Face to destroy the created @FT_Face object (along */
1993 FT_Face *aface );
2032 FT_Face *aface );
2074 /* the font file. After examination, the returned @FT_Face structure */
2091 FT_Face *aface );
2112 FT_Attach_File( FT_Face face,
2147 FT_Attach_Stream( FT_Face face,
2157 /* A counter gets initialized to~1 at the time an @FT_Face structure */
2163 /* reference @FT_Face objects. */
2175 FT_Reference_Face( FT_Face face );
2198 FT_Done_Face( FT_Face face );
2220 FT_Select_Size( FT_Face face,
2360 FT_Request_Size( FT_Face face,
2401 FT_Set_Char_Size( FT_Face face,
2436 FT_Set_Pixel_Sizes( FT_Face face,
2478 FT_Load_Glyph( FT_Face face,
2513 FT_Load_Char( FT_Face face,
2810 FT_Set_Transform( FT_Face face,
2989 FT_Get_Kerning( FT_Face face,
3030 FT_Get_Track_Kerning( FT_Face face,
3076 FT_Get_Glyph_Name( FT_Face face,
3102 FT_Get_Postscript_Name( FT_Face face );
3134 FT_Select_Charmap( FT_Face face,
3163 FT_Set_Charmap( FT_Face face,
3219 FT_Get_Char_Index( FT_Face face,
3267 FT_Get_First_Char( FT_Face face,
3301 FT_Get_Next_Char( FT_Face face,
3324 FT_Get_Name_Index( FT_Face face,
3492 FT_Get_FSType_Flags( FT_Face face );
3578 FT_Face_GetCharVariantIndex( FT_Face face,
3614 FT_Face_GetCharVariantIsDefault( FT_Face face,
3638 /* @FT_Face object but can be overwritten or released on the next */
3645 FT_Face_GetVariantSelectors( FT_Face face );
3671 /* @FT_Face object but can be overwritten or released on the next */
3678 FT_Face_GetVariantsOfChar( FT_Face face,
3705 /* @FT_Face object but can be overwritten or released on the next */
3712 FT_Face_GetCharsOfVariant( FT_Face face,
4028 FT_Face_CheckTrueTypePatents( FT_Face face );
4058 FT_Face_SetUnpatentedHinting( FT_Face face,