Go to the source code of this file.
Data Structures |
| struct | PS_UniMap |
| struct | PS_UnicodesRec |
Defines |
| #define | FT_SERVICE_ID_POSTSCRIPT_CMAPS "postscript-cmaps" |
| #define | FT_DEFINE_SERVICE_PSCMAPSREC(class_, unicode_value_, unicodes_init_, unicodes_char_index_, unicodes_char_next_, macintosh_name_,adobe_std_strings_, adobe_std_encoding_, adobe_expert_encoding_) |
Typedefs |
| typedef FT_UInt32(* | PS_Unicode_ValueFunc )(const char *glyph_name) |
| typedef const char *(* | PS_Macintosh_NameFunc )(FT_UInt name_index) |
| typedef const char *(* | PS_Adobe_Std_StringsFunc )(FT_UInt string_index) |
| typedef struct PS_UnicodesRec_ * | PS_Unicodes |
| typedef const char *(* | PS_GetGlyphNameFunc )(FT_Pointer data, FT_UInt string_index) |
| typedef void(* | PS_FreeGlyphNameFunc )(FT_Pointer data, const char *name) |
| typedef FT_Error(* | PS_Unicodes_InitFunc )(FT_Memory memory, PS_Unicodes unicodes, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data) |
| typedef FT_UInt(* | PS_Unicodes_CharIndexFunc )(PS_Unicodes unicodes, FT_UInt32 unicode) |
| typedef FT_UInt32(* | PS_Unicodes_CharNextFunc )(PS_Unicodes unicodes, FT_UInt32 *unicode) |
Functions |
| | FT_DEFINE_SERVICE (PsCMaps) |