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

Go to the source code of this file.

Macros

#define FT_DEFINE_SERVICE_TTGLYFREC(class_, get_location_)
 
#define FT_SERVICE_ID_TT_GLYF   "tt-glyf"
 

Typedefs

typedef FT_ULong(* TT_Glyf_GetLocationFunc )(FT_Face face, FT_UInt gindex, FT_ULong *psize)
 

Functions

 FT_DEFINE_SERVICE (TTGlyf)
 

Macro Definition Documentation

#define FT_DEFINE_SERVICE_TTGLYFREC (   class_,
  get_location_ 
)
Value:
static const FT_Service_TTGlyfRec class_ = \
{ \
get_location_ \
};

Definition at line 43 of file svttglyf.h.

#define FT_SERVICE_ID_TT_GLYF   "tt-glyf"

Definition at line 27 of file svttglyf.h.

Typedef Documentation

typedef FT_ULong(* TT_Glyf_GetLocationFunc)(FT_Face face, FT_UInt gindex, FT_ULong *psize)

Definition at line 31 of file svttglyf.h.

Function Documentation

FT_DEFINE_SERVICE ( TTGlyf  )

Definition at line 35 of file svttglyf.h.