22#include FT_INTERNAL_SERVICE_H
28#define FT_SERVICE_ID_CID "CID"
32 const char* *registry,
33 const char* *ordering,
51#define FT_DEFINE_SERVICE_CIDREC( class_, \
54 get_cid_from_glyph_index_ ) \
55 static const FT_Service_CIDRec class_ = \
57 get_ros_, get_is_cid_, get_cid_from_glyph_index_ \
#define FT_DEFINE_SERVICE(name)
Definition ftserv.h:480
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition fttypes.h:108
int FT_Error
Definition fttypes.h:299
unsigned int FT_UInt
Definition fttypes.h:231
signed int FT_Int
Definition fttypes.h:220
Definition freetype.h:1042
FT_Error(* FT_CID_GetCIDFromGlyphIndexFunc)(FT_Face face, FT_UInt glyph_index, FT_UInt *cid)
Definition svcid.h:39
FT_Error(* FT_CID_GetIsInternallyCIDKeyedFunc)(FT_Face face, FT_Bool *is_cid)
Definition svcid.h:36
FT_Error(* FT_CID_GetRegistryOrderingSupplementFunc)(FT_Face face, const char **registry, const char **ordering, FT_Int *supplement)
Definition svcid.h:31