#include <ft2build.h>
#include "bdf.h"
#include "bdfdrivr.h"
#include "bdferror.h"
Go to the source code of this file.
Data Structures |
| struct | BDF_CMap |
Defines |
| #define | FT_COMPONENT trace_bdfdriver |
Functions |
| | bdf_cmap_init (FT_CMap bdfcmap, FT_Pointer init_data) |
| | bdf_cmap_done (FT_CMap bdfcmap) |
| | bdf_cmap_char_index (FT_CMap bdfcmap, FT_UInt32 charcode) |
| | bdf_cmap_char_next (FT_CMap bdfcmap, FT_UInt32 *acharcode) |
| static FT_Error | bdf_interpret_style (BDF_Face bdf) |
| | BDF_Face_Done (FT_Face bdfface) |
| | BDF_Face_Init (FT_Stream stream, FT_Face bdfface, FT_Int face_index, FT_Int num_params, FT_Parameter *params) |
| | BDF_Size_Select (FT_Size size, FT_ULong strike_index) |
| | BDF_Size_Request (FT_Size size, FT_Size_Request req) |
| | BDF_Glyph_Load (FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags) |
| static FT_Error | bdf_get_bdf_property (BDF_Face face, const char *prop_name, BDF_PropertyRec *aproperty) |
| static FT_Error | bdf_get_charset_id (BDF_Face face, const char **acharset_encoding, const char **acharset_registry) |
| | bdf_driver_requester (FT_Module module, const char *name) |
Variables |
FT_CALLBACK_TABLE_DEF const
FT_CMap_ClassRec | bdf_cmap_class |
| static const FT_Service_BDFRec | bdf_service_bdf |
| static const FT_ServiceDescRec | bdf_services [] |
FT_CALLBACK_TABLE_DEF const
FT_Driver_ClassRec | bdf_driver_class |