#include <ft2build.h>
#include <FT_INTERNAL_OBJECTS_H>
#include <FT_INTERNAL_STREAM_H>
Include dependency graph for bdf.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define BDF_ALL_SPACING |
| #define BDF_DEFAULT_LOAD_OPTIONS |
Value:
( BDF_CORRECT_METRICS | \ BDF_KEEP_COMMENTS | \ BDF_KEEP_UNENCODED | \ BDF_PROPORTIONAL )
| typedef struct _hashnode_ _hashnode |
| typedef struct bdf_bbx_t_ bdf_bbx_t |
| typedef struct bdf_font_t_ bdf_font_t |
| typedef struct bdf_glyph_t_ bdf_glyph_t |
| typedef struct bdf_glyphlist_t_ bdf_glyphlist_t |
| typedef int(*) bdf_options_callback_t(bdf_options_t *opts, char **params, unsigned long nparams, void *client_data) |
| typedef struct bdf_options_t_ bdf_options_t |
| typedef struct bdf_property_t_ bdf_property_t |
| typedef struct _hashnode_ * hashnode |
| typedef struct hashtable_ hashtable |
| bdf_free_font | ( | bdf_font_t * | font | ) |
| bdf_get_font_property | ( | bdf_font_t * | font, | |
| const char * | name | |||
| ) |
| bdf_get_property | ( | char * | name, | |
| bdf_font_t * | font | |||
| ) |
| bdf_load_font | ( | FT_Stream | stream, | |
| FT_Memory | memory, | |||
| bdf_options_t * | opts, | |||
| bdf_font_t ** | font | |||
| ) |
1.5.1