Searched refs:style_flags (Results 1 – 14 of 14) sorted by relevance
413 cidface->style_flags = 0; in cid_face_init()415 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in cid_face_init()420 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
330 root->style_flags = 0; in T42_Face_Init()332 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T42_Face_Init()334 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in T42_Face_Init()335 root->style_flags |= FT_STYLE_FLAG_BOLD; in T42_Face_Init()
446 root->style_flags = 0; in T1_Face_Init()448 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init()453 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
787 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FNT_Face_Init()790 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init()905 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init()907 if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()912 else if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
211 face->style_flags = 0; in bdf_interpret_style()219 face->style_flags |= FT_STYLE_FLAG_ITALIC; in bdf_interpret_style()230 face->style_flags |= FT_STYLE_FLAG_BOLD; in bdf_interpret_style()
1236 face->style_flags = 0; in pcf_interpret_style()1243 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style()1253 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
1074 FT_Long style_flags; member
1080 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()1463 root->style_flags |= flags; in sfnt_load_face()
1018 cffface->style_flags = flags; in cff_face_init()
2059 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Get_MM_Var()2904 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Set_Named_Instance()
1574 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin2_hints_init()
2620 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()
2626 face->style_flags >> 16, in ft_open_face_internal()2627 ( face->style_flags >> 16 ) == 1 ? "" : "s", in ft_open_face_internal()
3987 (TT_Get_MM_Var): Use `face->root.style_flags' as the number of named