Home | History | Annotate | Download | only in bdf

Lines Matching defs:bdf

3     FreeType font driver for bdf files
38 #include "bdf.h"
199 bdf_interpret_style( BDF_Face bdf )
202 FT_Face face = FT_FACE( bdf );
204 bdf_font_t* font = bdf->bdffont;
354 FT_TRACE2(( "BDF driver\n" ));
367 FT_TRACE2(( " not a BDF file\n" ));
373 /* we have a bdf font: let's construct the face object */
376 /* BDF could not have multiple face in single font file.
673 BDF_Face bdf = (BDF_Face)FT_SIZE_FACE( size );
674 FT_Face face = FT_FACE( bdf );
678 int bpp = bdf->bdffont->bpp;
699 glyph_index = bdf->default_glyph;
704 glyph = bdf->bdffont->glyphs[glyph_index];
749 bdf->bdffont->bbx.height * 64 );
758 * BDF SERVICE
865 "bdf",