#include <ft2build.h>
#include "cffobjs.h"
Go to the source code of this file.
Data Structures |
| struct | CFF_Builder |
| struct | CFF_Decoder_Zone |
| struct | CFF_Decoder |
Defines |
| #define | CFF_MAX_OPERANDS 48 |
| #define | CFF_MAX_SUBRS_CALLS 32 |
| #define | CFF_MAX_TRANS_ELEMENTS 32 |
Functions |
| | cff_decoder_init (CFF_Decoder *decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode) |
| | cff_decoder_prepare (CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index) |
| | cff_decoder_parse_charstrings (CFF_Decoder *decoder, FT_Byte *charstring_base, FT_ULong charstring_len) |
| | cff_slot_load (CFF_GlyphSlot glyph, CFF_Size size, FT_UInt glyph_index, FT_Int32 load_flags) |