zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
svcid.h File Reference
#include <FT_INTERNAL_SERVICE_H>

Go to the source code of this file.

Macros

#define FT_DEFINE_SERVICE_CIDREC(class_,get_ros_,get_is_cid_,get_cid_from_glyph_index_)
 
#define FT_SERVICE_ID_CID   "CID"
 

Typedefs

typedef FT_Error(* FT_CID_GetCIDFromGlyphIndexFunc )(FT_Face face, FT_UInt glyph_index, FT_UInt *cid)
 
typedef FT_Error(* FT_CID_GetIsInternallyCIDKeyedFunc )(FT_Face face, FT_Bool *is_cid)
 
typedef FT_Error(* FT_CID_GetRegistryOrderingSupplementFunc )(FT_Face face, const char **registry, const char **ordering, FT_Int *supplement)
 

Functions

 FT_DEFINE_SERVICE (CID)
 

Macro Definition Documentation

#define FT_DEFINE_SERVICE_CIDREC (   class_,
  get_ros_,
  get_is_cid_,
  get_cid_from_glyph_index_ 
)
Value:
static const FT_Service_CIDRec class_ = \
{ \
get_ros_, get_is_cid_, get_cid_from_glyph_index_ \
};

Definition at line 52 of file svcid.h.

#define FT_SERVICE_ID_CID   "CID"

Definition at line 27 of file svcid.h.

Typedef Documentation

typedef FT_Error(* FT_CID_GetCIDFromGlyphIndexFunc)(FT_Face face, FT_UInt glyph_index, FT_UInt *cid)

Definition at line 38 of file svcid.h.

typedef FT_Error(* FT_CID_GetIsInternallyCIDKeyedFunc)(FT_Face face, FT_Bool *is_cid)

Definition at line 35 of file svcid.h.

typedef FT_Error(* FT_CID_GetRegistryOrderingSupplementFunc)(FT_Face face, const char **registry, const char **ordering, FT_Int *supplement)

Definition at line 30 of file svcid.h.

Function Documentation

FT_DEFINE_SERVICE ( CID  )

Definition at line 42 of file svcid.h.