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

Go to the source code of this file.

Macros

#define FT_DEFINE_SERVICE_BDFRec(class_,get_charset_id_,get_property_)
 
#define FT_SERVICE_ID_BDF   "bdf"
 

Typedefs

typedef FT_Error(* FT_BDF_GetCharsetIdFunc )(FT_Face face, const char **acharset_encoding, const char **acharset_registry)
 
typedef FT_Error(* FT_BDF_GetPropertyFunc )(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)
 

Functions

 FT_DEFINE_SERVICE (BDF)
 

Macro Definition Documentation

#define FT_DEFINE_SERVICE_BDFRec (   class_,
  get_charset_id_,
  get_property_ 
)
Value:
static const FT_Service_BDFRec class_ = \
{ \
get_charset_id_, get_property_ \
};

Definition at line 51 of file svbdf.h.

#define FT_SERVICE_ID_BDF   "bdf"

Definition at line 29 of file svbdf.h.

Typedef Documentation

typedef FT_Error(* FT_BDF_GetCharsetIdFunc)(FT_Face face, const char **acharset_encoding, const char **acharset_registry)

Definition at line 32 of file svbdf.h.

typedef FT_Error(* FT_BDF_GetPropertyFunc)(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)

Definition at line 37 of file svbdf.h.

Function Documentation

FT_DEFINE_SERVICE ( BDF  )

Definition at line 42 of file svbdf.h.