Searched refs:BDF_PROPORTIONAL (Results 1 – 3 of 3) sorted by relevance
64 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ macro68 #define BDF_ALL_SPACING ( BDF_PROPORTIONAL | \75 BDF_PROPORTIONAL )
67 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()
362 options.font_spacing = BDF_PROPORTIONAL; in BDF_Face_Init()