zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
svsfnt.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_SFNT_TABLEREC(class_, load_, get_, info_)
 
#define FT_SERVICE_ID_SFNT_TABLE   "sfnt-table"
 

Typedefs

typedef void *(* FT_SFNT_TableGetFunc )(FT_Face face, FT_Sfnt_Tag tag)
 
typedef FT_Error(* FT_SFNT_TableInfoFunc )(FT_Face face, FT_UInt idx, FT_ULong *tag, FT_ULong *offset, FT_ULong *length)
 
typedef FT_Error(* FT_SFNT_TableLoadFunc )(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte *buffer, FT_ULong *length)
 

Functions

 FT_DEFINE_SERVICE (SFNT_Table)
 

Macro Definition Documentation

#define FT_DEFINE_SERVICE_SFNT_TABLEREC (   class_,
  load_,
  get_,
  info_ 
)
Value:
static const FT_Service_SFNT_TableRec class_ = \
{ \
load_, get_, info_ \
};

Definition at line 75 of file svsfnt.h.

#define FT_SERVICE_ID_SFNT_TABLE   "sfnt-table"

Definition at line 33 of file svsfnt.h.

Typedef Documentation

typedef void*(* FT_SFNT_TableGetFunc)(FT_Face face, FT_Sfnt_Tag tag)

Definition at line 50 of file svsfnt.h.

typedef FT_Error(* FT_SFNT_TableInfoFunc)(FT_Face face, FT_UInt idx, FT_ULong *tag, FT_ULong *offset, FT_ULong *length)

Definition at line 58 of file svsfnt.h.

typedef FT_Error(* FT_SFNT_TableLoadFunc)(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte *buffer, FT_ULong *length)

Definition at line 40 of file svsfnt.h.

Function Documentation

FT_DEFINE_SERVICE ( SFNT_Table  )

Definition at line 65 of file svsfnt.h.