Searched refs:style_name (Results 1 – 4 of 4) sorted by relevance
436 const FT_String* style_name ) in remove_style() argument442 style_name_length = strlen( style_name ); in remove_style()452 style_name[style_name_length - idx] ) in remove_style()739 char* style_name = NULL; in cff_face_init() local827 style_name = cff_strcpy( memory, fullp ); in cff_face_init()830 remove_style( cffface->family_name, style_name ); in cff_face_init()848 if ( style_name ) in cff_face_init()849 cffface->style_name = style_name; in cff_face_init()852 cffface->style_name = cff_strcpy( memory, (char *)"Regular" ); in cff_face_init()899 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init()[all …]
759 face->root.style_name = NULL; in sfnt_load_face()768 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()769 if ( !face->root.style_name ) in sfnt_load_face()770 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()780 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()781 if ( !face->root.style_name && !ignore_preferred_subfamily ) in sfnt_load_face()782 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()783 if ( !face->root.style_name ) in sfnt_load_face()784 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()1151 FT_FREE( face->root.style_name ); in sfnt_done_face()
673 FT_FREE( phy_font->style_name ); in pfr_phy_font_done()824 &phy_font->style_name ); in pfr_phy_font_load()
923 FT_String* style_name; member