Home
last modified time | relevance | path

Searched refs:font_name (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font.h119 #define LV_FONT_DECLARE(font_name) extern lv_font_t font_name; argument
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c256 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()
A Dt1tokens.h106 T1_FIELD_KEY ( "FontName", font_name, T1_FIELD_DICT_FONTDICT )
A Dt1driver.c103 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()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42drivr.c107 return (const char*)face->type1.font_name; in t42_get_ps_font_name()
A Dt42objs.c276 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()
A Dt42parse.c85 T1_FIELD_KEY ( "FontName", font_name, 0 )
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h98 FT_String* font_name; /* top-level dictionary */ member
/AliOS-Things-master/components/freetype/src/cff/
A Dcfftypes.h244 FT_String* font_name; member
A Dcffload.c1649 font->font_name = cff_index_get_name( font, subfont_index ); in cff_font_load()
1690 FT_FREE( font->font_name ); in cff_font_done()
A Dcffdrivr.c389 return (const char*)cff->font_name; in cff_get_ps_name()

Completed in 17 milliseconds