#include <bdf.h>
Public Attributes | |
| char * | name |
| bdf_bbx_t | bbx |
| long | point_size |
| unsigned long | resolution_x |
| unsigned long | resolution_y |
| int | spacing |
| unsigned short | monowidth |
| long | default_char |
| long | font_ascent |
| long | font_descent |
| unsigned long | glyphs_size |
| unsigned long | glyphs_used |
| bdf_glyph_t * | glyphs |
| unsigned long | unencoded_size |
| unsigned long | unencoded_used |
| bdf_glyph_t * | unencoded |
| unsigned long | props_size |
| unsigned long | props_used |
| bdf_property_t * | props |
| char * | comments |
| unsigned long | comments_len |
| bdf_glyphlist_t | overflow |
| void * | internal |
| unsigned long | nmod [2048] |
| unsigned long | umod [2048] |
| unsigned short | modified |
| unsigned short | bpp |
| FT_Memory | memory |
| bdf_property_t * | user_props |
| unsigned long | nuser_props |
| hashtable | proptbl |
Definition at line 192 of file bdf.h.
| char* bdf_font_t_::name |
| unsigned long bdf_font_t_::resolution_x |
| unsigned long bdf_font_t_::resolution_y |
Definition at line 201 of file bdf.h.
Referenced by _bdf_add_property(), and _bdf_set_default_spacing().
| unsigned short bdf_font_t_::monowidth |
Definition at line 207 of file bdf.h.
Referenced by _bdf_add_property(), BDF_Face_Init(), BDF_Size_Request(), and BDF_Size_Select().
Definition at line 208 of file bdf.h.
Referenced by _bdf_add_property(), BDF_Face_Init(), BDF_Size_Request(), and BDF_Size_Select().
| unsigned long bdf_font_t_::glyphs_size |
| unsigned long bdf_font_t_::glyphs_used |
Definition at line 212 of file bdf.h.
Referenced by _bdf_parse_glyphs(), BDF_Face_Init(), and BDF_Glyph_Load().
| unsigned long bdf_font_t_::unencoded_size |
| unsigned long bdf_font_t_::unencoded_used |
| unsigned long bdf_font_t_::props_size |
| unsigned long bdf_font_t_::props_used |
| char* bdf_font_t_::comments |
| unsigned long bdf_font_t_::comments_len |
| void* bdf_font_t_::internal |
| unsigned long bdf_font_t_::nmod[2048] |
| unsigned long bdf_font_t_::umod[2048] |
| unsigned short bdf_font_t_::modified |
| unsigned short bdf_font_t_::bpp |
Definition at line 235 of file bdf.h.
Referenced by _bdf_add_comment(), _bdf_add_property(), _bdf_parse_glyphs(), _bdf_parse_start(), _bdf_set_default_spacing(), and bdf_create_property().
| unsigned long bdf_font_t_::nuser_props |
Definition at line 239 of file bdf.h.
Referenced by _bdf_add_property(), _bdf_parse_start(), and bdf_create_property().
1.5.1