#include <ft2build.h>
#include "pcf.h"
#include "pcfdrivr.h"
#include "pcfread.h"
#include "pcferror.h"
#include "pcfutil.h"
Go to the source code of this file.
Data Structures |
| struct | PCF_CMap |
Defines |
| #define | FT_COMPONENT trace_pcfread |
| #define | FT_COMPONENT trace_pcfdriver |
Functions |
| | pcf_cmap_init (FT_CMap pcfcmap, FT_Pointer init_data) |
| | pcf_cmap_done (FT_CMap pcfcmap) |
| | pcf_cmap_char_index (FT_CMap pcfcmap, FT_UInt32 charcode) |
| | pcf_cmap_char_next (FT_CMap pcfcmap, FT_UInt32 *acharcode) |
| | PCF_Face_Done (FT_Face pcfface) |
| | PCF_Face_Init (FT_Stream stream, FT_Face pcfface, FT_Int face_index, FT_Int num_params, FT_Parameter *params) |
| | PCF_Size_Select (FT_Size size, FT_ULong strike_index) |
| | PCF_Size_Request (FT_Size size, FT_Size_Request req) |
| | PCF_Glyph_Load (FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags) |
| static FT_Error | pcf_get_bdf_property (PCF_Face face, const char *prop_name, BDF_PropertyRec *aproperty) |
| static FT_Error | pcf_get_charset_id (PCF_Face face, const char **acharset_encoding, const char **acharset_registry) |
| | pcf_driver_requester (FT_Module module, const char *name) |
Variables |
FT_CALLBACK_TABLE_DEF const
FT_CMap_ClassRec | pcf_cmap_class |
| static const FT_Service_BDFRec | pcf_service_bdf |
| static const FT_ServiceDescRec | pcf_services [] |
FT_CALLBACK_TABLE_DEF const
FT_Driver_ClassRec | pcf_driver_class |