Defines |
| #define | FT_COMPONENT trace_cffload |
| #define | FT_STRUCTURE CFF_FontRec |
Functions |
| | cff_get_standard_encoding (FT_UInt charcode) |
| static FT_ULong | cff_index_read_offset (CFF_Index idx, FT_Error *errorp) |
| static FT_Error | cff_index_init (CFF_Index idx, FT_Stream stream, FT_Bool load) |
| static void | cff_index_done (CFF_Index idx) |
| static FT_Error | cff_index_load_offsets (CFF_Index idx) |
| static FT_Error | cff_index_get_pointers (CFF_Index idx, FT_Byte ***table, FT_Byte **pool) |
| | cff_index_access_element (CFF_Index idx, FT_UInt element, FT_Byte **pbytes, FT_ULong *pbyte_len) |
| | cff_index_forget_element (CFF_Index idx, FT_Byte **pbytes) |
| | cff_index_get_name (CFF_Font font, FT_UInt element) |
| | cff_index_get_string (CFF_Font font, FT_UInt element) |
| | cff_index_get_sid_string (CFF_Font font, FT_UInt sid) |
| static void | CFF_Done_FD_Select (CFF_FDSelect fdselect, FT_Stream stream) |
| static FT_Error | CFF_Load_FD_Select (CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset) |
| | cff_fd_select_get (CFF_FDSelect fdselect, FT_UInt glyph_index) |
| static FT_Error | cff_charset_compute_cids (CFF_Charset charset, FT_UInt num_glyphs, FT_Memory memory) |
| | cff_charset_cid_to_gindex (CFF_Charset charset, FT_UInt cid) |
| static void | cff_charset_free_cids (CFF_Charset charset, FT_Memory memory) |
| static void | cff_charset_done (CFF_Charset charset, FT_Stream stream) |
| static FT_Error | cff_charset_load (CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert) |
| static void | cff_encoding_done (CFF_Encoding encoding) |
| static FT_Error | cff_encoding_load (CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset) |
| static FT_Error | cff_subfont_load (CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library) |
| static void | cff_subfont_done (FT_Memory memory, CFF_SubFont subfont) |
| | cff_font_load (FT_Library library, FT_Stream stream, FT_Int face_index, CFF_Font font, FT_Bool pure_cff) |
| | cff_font_done (CFF_Font font) |
Variables |
| static const FT_UShort | cff_isoadobe_charset [229] |
| static const FT_UShort | cff_expert_charset [166] |
| static const FT_UShort | cff_expertsubset_charset [87] |
| static const FT_UShort | cff_standard_encoding [256] |
| static const FT_UShort | cff_expert_encoding [256] |