Lines Matching defs:FT_Face

121   /*    FT_Face                                                            */
333 /* It is used for the `available_sizes' field of @FT_Face. */
465 /* FT_Face */
484 typedef struct FT_FaceRec_* FT_Face;
497 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
507 /* given @FT_Face, but they won't be used by other functions until */
818 FT_Face face;
842 /* model private data of a given @FT_Face object. */
1499 FT_Face face; /* parent face object */
1709 FT_Face face;
1966 /* Use @FT_Done_Face to destroy the created @FT_Face object (along */
1973 FT_Face *aface );
2012 FT_Face *aface );
2054 /* the font file. After examination, the returned @FT_Face structure */
2071 FT_Face *aface );
2092 FT_Attach_File( FT_Face face,
2127 FT_Attach_Stream( FT_Face face,
2137 /* A counter gets initialized to~1 at the time an @FT_Face structure */
2143 /* reference @FT_Face objects. */
2155 FT_Reference_Face( FT_Face face );
2178 FT_Done_Face( FT_Face face );
2200 FT_Select_Size( FT_Face face,
2340 FT_Request_Size( FT_Face face,
2381 FT_Set_Char_Size( FT_Face face,
2416 FT_Set_Pixel_Sizes( FT_Face face,
2458 FT_Load_Glyph( FT_Face face,
2493 FT_Load_Char( FT_Face face,
2790 FT_Set_Transform( FT_Face face,
2969 FT_Get_Kerning( FT_Face face,
3010 FT_Get_Track_Kerning( FT_Face face,
3056 FT_Get_Glyph_Name( FT_Face face,
3082 FT_Get_Postscript_Name( FT_Face face );
3114 FT_Select_Charmap( FT_Face face,
3143 FT_Set_Charmap( FT_Face face,
3199 FT_Get_Char_Index( FT_Face face,
3247 FT_Get_First_Char( FT_Face face,
3281 FT_Get_Next_Char( FT_Face face,
3304 FT_Get_Name_Index( FT_Face face,
3471 FT_Get_FSType_Flags( FT_Face face );
3557 FT_Face_GetCharVariantIndex( FT_Face face,
3593 FT_Face_GetCharVariantIsDefault( FT_Face face,
3617 /* @FT_Face object but can be overwritten or released on the next */
3624 FT_Face_GetVariantSelectors( FT_Face face );
3650 /* @FT_Face object but can be overwritten or released on the next */
3657 FT_Face_GetVariantsOfChar( FT_Face face,
3684 /* @FT_Face object but can be overwritten or released on the next */
3691 FT_Face_GetCharsOfVariant( FT_Face face,
4007 FT_Face_CheckTrueTypePatents( FT_Face face );
4037 FT_Face_SetUnpatentedHinting( FT_Face face,