ReactOS 0.4.15-dev-7834-g00c4b3d
svgldict.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_GLYPH_DICT   "glyph-dict"
 
#define FT_DEFINE_SERVICE_GLYPHDICTREC(class_, get_name_, name_index_)
 

Typedefs

typedef FT_Error(* FT_GlyphDict_GetNameFunc) (FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max)
 
typedef FT_UInt(* FT_GlyphDict_NameIndexFunc) (FT_Face face, FT_String *glyph_name)
 

Functions

 FT_DEFINE_SERVICE (GlyphDict)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_GLYPHDICTREC

#define FT_DEFINE_SERVICE_GLYPHDICTREC (   class_,
  get_name_,
  name_index_ 
)
Value:
static const FT_Service_GlyphDictRec class_ = \
{ \
get_name_, name_index_ \
};

Definition at line 57 of file svgldict.h.

◆ FT_SERVICE_ID_GLYPH_DICT

#define FT_SERVICE_ID_GLYPH_DICT   "glyph-dict"

Definition at line 34 of file svgldict.h.

Typedef Documentation

◆ FT_GlyphDict_GetNameFunc

typedef FT_Error(* FT_GlyphDict_GetNameFunc) (FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max)

Definition at line 37 of file svgldict.h.

◆ FT_GlyphDict_NameIndexFunc

typedef FT_UInt(* FT_GlyphDict_NameIndexFunc) (FT_Face face, FT_String *glyph_name)

Definition at line 43 of file svgldict.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( GlyphDict  )

Definition at line 48 of file svgldict.h.

49 {
51 FT_GlyphDict_NameIndexFunc name_index; /* optional */
52 };
int get_name(unsigned char **pos, uint32_t *remaining, const char **out_name)
Definition: util.c:55
FT_UInt(* FT_GlyphDict_NameIndexFunc)(FT_Face face, FT_String *glyph_name)
Definition: svgldict.h:44
FT_Error(* FT_GlyphDict_GetNameFunc)(FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max)
Definition: svgldict.h:38