Defines |
| #define | FT_COMPONENT trace_pcfread |
| #define | FT_STRUCTURE PCF_TocRec |
| #define | FT_STRUCTURE PCF_TableRec |
| #define | PCF_METRIC_SIZE 12 |
| #define | FT_STRUCTURE PCF_MetricRec |
| #define | FT_STRUCTURE PCF_MetricRec |
| #define | PCF_COMPRESSED_METRIC_SIZE 5 |
| #define | FT_STRUCTURE PCF_Compressed_MetricRec |
| #define | PCF_PROPERTY_SIZE 9 |
| #define | FT_STRUCTURE PCF_ParsePropertyRec |
| #define | FT_STRUCTURE PCF_ParsePropertyRec |
| #define | FT_STRUCTURE PCF_AccelRec |
| #define | FT_STRUCTURE PCF_AccelRec |
Functions |
| static FT_Error | pcf_read_TOC (FT_Stream stream, PCF_Face face) |
| static FT_Error | pcf_get_metric (FT_Stream stream, FT_ULong format, PCF_Metric metric) |
| static FT_Error | pcf_seek_to_table_type (FT_Stream stream, PCF_Table tables, FT_ULong ntables, FT_ULong type, FT_ULong *aformat, FT_ULong *asize) |
| static FT_Bool | pcf_has_table_type (PCF_Table tables, FT_ULong ntables, FT_ULong type) |
| | pcf_find_property (PCF_Face face, const FT_String *prop) |
| static FT_Error | pcf_get_properties (FT_Stream stream, PCF_Face face) |
| static FT_Error | pcf_get_metrics (FT_Stream stream, PCF_Face face) |
| static FT_Error | pcf_get_bitmaps (FT_Stream stream, PCF_Face face) |
| static FT_Error | pcf_get_encodings (FT_Stream stream, PCF_Face face) |
| static FT_Error | pcf_get_accel (FT_Stream stream, PCF_Face face, FT_ULong type) |
| static FT_Error | pcf_interpret_style (PCF_Face pcf) |
| | pcf_load_font (FT_Stream stream, PCF_Face face) |
Variables |
| static const FT_Frame_Field | pcf_toc_header [] |
| static const FT_Frame_Field | pcf_table_header [] |
| static const FT_Frame_Field | pcf_metric_header [] |
| static const FT_Frame_Field | pcf_metric_msb_header [] |
| static const FT_Frame_Field | pcf_compressed_metric_header [] |
| static const FT_Frame_Field | pcf_property_header [] |
| static const FT_Frame_Field | pcf_property_msb_header [] |
| static const FT_Frame_Field | pcf_accel_header [] |
| static const FT_Frame_Field | pcf_accel_msb_header [] |