XenevaOS
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
svcid.h File Reference

Go to the source code of this file.

Macros

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

Typedefs

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

Functions

 FT_DEFINE_SERVICE (CID)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_CIDREC

#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_ \
};

◆ FT_SERVICE_ID_CID

#define FT_SERVICE_ID_CID   "CID"

Typedef Documentation

◆ FT_CID_GetCIDFromGlyphIndexFunc

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

◆ FT_CID_GetIsInternallyCIDKeyedFunc

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

◆ FT_CID_GetRegistryOrderingSupplementFunc

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

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( CID  )