Searched refs:BDF_PROPORTIONAL (Results 1 – 3 of 3) sorted by relevance
63 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ macro67 #define BDF_ALL_SPACING ( BDF_PROPORTIONAL | \74 BDF_PROPORTIONAL )
66 BDF_PROPORTIONAL /* Default spacing. */1030 font->spacing = BDF_PROPORTIONAL; in _bdf_set_default_spacing()1249 font->spacing = BDF_PROPORTIONAL; in _bdf_add_property()2206 if ( p->font->spacing != BDF_PROPORTIONAL ) in bdf_load_font()
374 options.font_spacing = BDF_PROPORTIONAL; in BDF_Face_Init()