21#include FT_INTERNAL_SERVICE_H
22#include FT_TRUETYPE_TABLES_H
28#define FT_SERVICE_ID_TT_GLYF "tt-glyf"
42#ifndef FT_CONFIG_OPTION_PIC
44#define FT_DEFINE_SERVICE_TTGLYFREC( class_, get_location_ ) \
45 static const FT_Service_TTGlyfRec class_ = \
52#define FT_DEFINE_SERVICE_TTGLYFREC( class_, get_location_ ) \
54 FT_Init_Class_ ## class_( FT_Service_TTGlyfRec* clazz ) \
56 clazz->get_location = get_location_; \
#define FT_DEFINE_SERVICE(name)
static HRESULT get_location(HTMLInnerWindow *This, HTMLLocation **ret)
_Must_inspect_result_ _Out_ LPSIZE psize
FT_ULong(* TT_Glyf_GetLocationFunc)(FT_Face face, FT_UInt gindex, FT_ULong *psize)