Searched refs:font_name (Results 1 – 11 of 11) sorted by relevance
119 #define LV_FONT_DECLARE(font_name) extern lv_font_t font_name; argument
256 FT_FREE( type1->font_name ); in T1_Face_Done()434 if ( type1->font_name ) in T1_Face_Init()435 root->family_name = type1->font_name; in T1_Face_Init()
106 T1_FIELD_KEY ( "FontName", font_name, T1_FIELD_DICT_FONTDICT )
103 return (const char*) face->type1.font_name; in t1_get_ps_name()261 retval = (FT_Long)( ft_strlen( type1->font_name ) + 1 ); in t1_ps_get_font_value()263 ft_memcpy( value, (void *)( type1->font_name ), retval ); in t1_ps_get_font_value()
107 return (const char*)face->type1.font_name; in t42_get_ps_font_name()
276 if ( type1->font_name ) in T42_Face_Init()277 root->family_name = type1->font_name; in T42_Face_Init()442 FT_FREE( type1->font_name ); in T42_Face_Done()
85 T1_FIELD_KEY ( "FontName", font_name, 0 )
98 FT_String* font_name; /* top-level dictionary */ member
244 FT_String* font_name; member
1649 font->font_name = cff_index_get_name( font, subfont_index ); in cff_font_load()1690 FT_FREE( font->font_name ); in cff_font_done()
389 return (const char*)cff->font_name; in cff_get_ps_name()
Completed in 17 milliseconds