#include <ft2build.h>
#include "cfftypes.h"
Go to the source code of this file.
Data Structures |
| struct | CFF_Parser |
| struct | CFF_Field_Handler |
Defines |
| #define | CFF_MAX_STACK_DEPTH 96 |
| #define | CFF_CODE_TOPDICT 0x1000 |
| #define | CFF_CODE_PRIVATE 0x2000 |
Typedefs |
| typedef FT_Error(* | CFF_Field_Reader )(CFF_Parser parser) |
Enumerations |
| enum | {
cff_kind_none = 0,
cff_kind_num,
cff_kind_fixed,
cff_kind_fixed_thousand,
cff_kind_string,
cff_kind_bool,
cff_kind_delta,
cff_kind_callback,
cff_kind_max
} |
Functions |
| | cff_parser_init (CFF_Parser parser, FT_UInt code, void *object, FT_Library library) |
| | cff_parser_run (CFF_Parser parser, FT_Byte *start, FT_Byte *limit) |