Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdf.h63 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ macro
67 #define BDF_ALL_SPACING ( BDF_PROPORTIONAL | \
74 BDF_PROPORTIONAL )
Dbdflib.c66 BDF_PROPORTIONAL /* Default spacing. */
1019 font->spacing = BDF_PROPORTIONAL; in _bdf_set_default_spacing()
1247 font->spacing = BDF_PROPORTIONAL; in _bdf_add_property()
2209 if ( p->font->spacing != BDF_PROPORTIONAL ) in bdf_load_font()
Dbdfdrivr.c374 options.font_spacing = BDF_PROPORTIONAL; in BDF_Face_Init()