Searched refs:bdf_get_font_property (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 213 prop = bdf_get_font_property( font, (char *)"SLANT" ); in bdf_interpret_style() 406 prop = bdf_get_font_property( font, "SPACING" ); in BDF_Face_Init() 416 prop = bdf_get_font_property( font, "FAMILY_NAME" ); in BDF_Face_Init() 445 prop = bdf_get_font_property( font, "AVERAGE_WIDTH" ); in BDF_Face_Init() 451 prop = bdf_get_font_property( font, "POINT_SIZE" ); in BDF_Face_Init() 459 prop = bdf_get_font_property( font, "PIXEL_SIZE" ); in BDF_Face_Init() 463 prop = bdf_get_font_property( font, "RESOLUTION_X" ); in BDF_Face_Init() 467 prop = bdf_get_font_property( font, "RESOLUTION_Y" ); in BDF_Face_Init() 517 bdf_get_font_property( font, "CHARSET_REGISTRY" ); in BDF_Face_Init() 519 bdf_get_font_property( font, "CHARSET_ENCODING" ); in BDF_Face_Init() [all …]
|
A D | bdf.h | 287 bdf_get_font_property( bdf_font_t* font,
|
A D | bdflib.c | 1989 if ( bdf_get_font_property( p->font, "FONT_ASCENT" ) == 0 ) in _bdf_parse_properties() 2002 if ( bdf_get_font_property( p->font, "FONT_DESCENT" ) == 0 ) in _bdf_parse_properties() 2608 bdf_get_font_property( bdf_font_t* font, in bdf_get_font_property() function
|
Completed in 8 milliseconds