Go to the source code of this file.
◆ FT_DEFINE_SERVICE_PSCMAPSREC
| #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_ |
|
) |
| |
Value: static const FT_Service_PsCMapsRec class_ = \
{ \
unicode_value_, unicodes_init_, \
unicodes_char_index_, unicodes_char_next_, macintosh_name_, \
adobe_std_strings_, adobe_std_encoding_, adobe_expert_encoding_ \
};
◆ FT_SERVICE_ID_POSTSCRIPT_CMAPS
| #define FT_SERVICE_ID_POSTSCRIPT_CMAPS "postscript-cmaps" |
◆ PS_Adobe_Std_StringsFunc
| typedef const char *(* PS_Adobe_Std_StringsFunc) (FT_UInt string_index) |
◆ PS_FreeGlyphNameFunc
| typedef void(* PS_FreeGlyphNameFunc) (FT_Pointer data, const char *name) |
◆ PS_GetGlyphNameFunc
◆ PS_Macintosh_NameFunc
| typedef const char *(* PS_Macintosh_NameFunc) (FT_UInt name_index) |
◆ PS_Unicode_ValueFunc
| typedef FT_UInt32(* PS_Unicode_ValueFunc) (const char *glyph_name) |
◆ PS_Unicodes
◆ PS_Unicodes_CharIndexFunc
◆ PS_Unicodes_CharNextFunc
| typedef FT_UInt32(* PS_Unicodes_CharNextFunc) (PS_Unicodes unicodes, FT_UInt32 *unicode) |
◆ PS_Unicodes_InitFunc
◆ PS_UnicodesRec
◆ PS_UniMap
◆ FT_DEFINE_SERVICE()
| FT_DEFINE_SERVICE |
( |
PsCMaps |
| ) |
|