Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdf.h64 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ macro
68 #define BDF_ALL_SPACING ( BDF_PROPORTIONAL | \
75 BDF_PROPORTIONAL )
Dbdflib.c67 BDF_PROPORTIONAL /* Default spacing. */
1022 font->spacing = BDF_PROPORTIONAL; in _bdf_set_default_spacing()
1250 font->spacing = BDF_PROPORTIONAL; in _bdf_add_property()
2240 if ( p->font->spacing != BDF_PROPORTIONAL ) in bdf_load_font()
Dbdfdrivr.c362 options.font_spacing = BDF_PROPORTIONAL; in BDF_Face_Init()