Go to the source code of this file.
Classes | |
struct | TT_CMapInfo_ |
Defines | |
#define | FT_SERVICE_ID_TT_CMAP "tt-cmaps" |
#define | FT_DEFINE_SERVICE_TTCMAPSREC(class_, get_cmap_info_) |
Typedefs | |
typedef TT_CMapInfo_ | TT_CMapInfo |
typedef FT_Error(*) | TT_CMap_Info_GetFunc (FT_CharMap charmap, TT_CMapInfo *cmap_info) |
Functions | |
FT_DEFINE_SERVICE (TTCMaps) |
#define FT_DEFINE_SERVICE_TTCMAPSREC | ( | class_, | |||
get_cmap_info_ | ) |
Value:
static const FT_Service_TTCMapsRec class_ = \ { \ get_cmap_info_ \ };
Definition at line 79 of file svttcmap.h.
#define FT_SERVICE_ID_TT_CMAP "tt-cmaps" |
Definition at line 34 of file svttcmap.h.
typedef FT_Error(*) TT_CMap_Info_GetFunc(FT_CharMap charmap, TT_CMapInfo *cmap_info) |
Definition at line 68 of file svttcmap.h.
typedef struct TT_CMapInfo_ TT_CMapInfo |
FT_DEFINE_SERVICE | ( | TTCMaps | ) |
Definition at line 72 of file svttcmap.h.