Searched refs:FT_FACE_FLAG_HINTER (Results 1 – 16 of 16) sorted by relevance
361 FT_FACE_FLAG_HINTER; /* has native hinter */ in cid_face_init()
370 FT_FACE_FLAG_HINTER; in T1_Face_Init()
1206 #define FT_FACE_FLAG_HINTER ( 1L << 11 ) macro
1209 #define FT_FACE_FLAG_HINTER ( 1L << 11 ) macro
814 public static int FT_FACE_FLAG_HINTER = ( 1 << 11 ); field in FreeType
238 root->face_flags |= FT_FACE_FLAG_HINTER; in T42_Face_Init()
559 ttface->face_flags |= FT_FACE_FLAG_HINTER; in tt_face_init()
558 ttface->face_flags |= FT_FACE_FLAG_HINTER; in tt_face_init()
862 FT_FACE_FLAG_HINTER; /* has native hinter */ in cff_face_init()
905 FT_FACE_FLAG_HINTER; /* has native hinter */ in cff_face_init()
2243 Add FT_FACE_FLAG_HINTER to indicate that a specific font driver has2246 * include/freetype/freetype.h (FT_FACE_FLAG_HINTER): New macro.