Home
last modified time | relevance | path

Searched refs:BDF_PROPORTIONAL (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdf.h63 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ macro
67 #define BDF_ALL_SPACING ( BDF_PROPORTIONAL | \
74 BDF_PROPORTIONAL )
A Dbdflib.c67 BDF_PROPORTIONAL /* Default spacing. */
1216 font->spacing = BDF_PROPORTIONAL; in _bdf_set_default_spacing()
1445 font->spacing = BDF_PROPORTIONAL; in _bdf_add_property()
2402 if ( p->font->spacing != BDF_PROPORTIONAL ) in bdf_load_font()
A Dbdfdrivr.c362 options.font_spacing = BDF_PROPORTIONAL; in BDF_Face_Init()

Completed in 9 milliseconds