ReactOS 0.4.15-dev-7953-g1f49173
svttglyf.h File Reference

Go to the source code of this file.

Macros

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

Typedefs

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

Functions

 FT_DEFINE_SERVICE (TTGlyf)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_TTGLYFREC

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

Definition at line 44 of file svttglyf.h.

◆ FT_SERVICE_ID_TT_GLYF

#define FT_SERVICE_ID_TT_GLYF   "tt-glyf"

Definition at line 28 of file svttglyf.h.

Typedef Documentation

◆ TT_Glyf_GetLocationFunc

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()

FT_DEFINE_SERVICE ( TTGlyf  )

Definition at line 36 of file svttglyf.h.

37 {
39 };
static HRESULT get_location(HTMLInnerWindow *This, HTMLLocation **ret)
Definition: htmlwindow.c:43
FT_ULong(* TT_Glyf_GetLocationFunc)(FT_Face face, FT_UInt gindex, FT_ULong *psize)
Definition: svttglyf.h:32