#include "cffcmap.h"#include "cffload.h"#include "cfferrs.h"Go to the source code of this file.
Functions | |
| cff_cmap_encoding_init (CFF_CMapStd cmap) | |
| cff_cmap_encoding_done (CFF_CMapStd cmap) | |
| cff_cmap_encoding_char_index (CFF_CMapStd cmap, FT_UInt32 char_code) | |
| cff_cmap_encoding_char_next (CFF_CMapStd cmap, FT_UInt32 *pchar_code) | |
| FT_DEFINE_CMAP_CLASS (cff_cmap_encoding_class_rec, sizeof(CFF_CMapStdRec),(FT_CMap_InitFunc) cff_cmap_encoding_init,(FT_CMap_DoneFunc) cff_cmap_encoding_done,(FT_CMap_CharIndexFunc) cff_cmap_encoding_char_index,(FT_CMap_CharNextFunc) cff_cmap_encoding_char_next, NULL, NULL, NULL, NULL, NULL) cff_sid_to_glyph_name(TT_Face face | |
| cff_cmap_encoding_char_index | ( | CFF_CMapStd | cmap, | |
| FT_UInt32 | char_code | |||
| ) |
| cff_cmap_encoding_char_next | ( | CFF_CMapStd | cmap, | |
| FT_UInt32 * | pchar_code | |||
| ) |
| cff_cmap_encoding_done | ( | CFF_CMapStd | cmap | ) |
| cff_cmap_encoding_init | ( | CFF_CMapStd | cmap | ) |
Definition at line 34 of file cffcmap.c.
References CFF_EncodingRec_::codes, CFF_FontRec_::encoding, and FT_CMAP_FACE.
| FT_DEFINE_CMAP_CLASS | ( | cff_cmap_encoding_class_rec | , | |
| sizeof(CFF_CMapStdRec) | , | |||
| (FT_CMap_InitFunc) | cff_cmap_encoding_init, | |||
| (FT_CMap_DoneFunc) | cff_cmap_encoding_done, | |||
| (FT_CMap_CharIndexFunc) | cff_cmap_encoding_char_index, | |||
| (FT_CMap_CharNextFunc) | cff_cmap_encoding_char_next, | |||
| NULL | , | |||
| NULL | , | |||
| NULL | , | |||
| NULL | , | |||
| NULL | ||||
| ) |
1.5.1