ReactOS 0.4.15-dev-7924-g5949c20
svbdf.h File Reference

Go to the source code of this file.

Macros

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

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

◆ FT_DEFINE_SERVICE_BDFRec

#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.

◆ FT_SERVICE_ID_BDF

#define FT_SERVICE_ID_BDF   "bdf"

Definition at line 29 of file svbdf.h.

Typedef Documentation

◆ FT_BDF_GetCharsetIdFunc

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

Definition at line 31 of file svbdf.h.

◆ FT_BDF_GetPropertyFunc

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

Definition at line 36 of file svbdf.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( BDF  )

Definition at line 42 of file svbdf.h.

43 {
44 FT_BDF_GetCharsetIdFunc get_charset_id;
46 };
static PropertyItem * get_property(IWICMetadataReader *reader, const GUID *guid, const WCHAR *prop_name)
Definition: image.c:3080
FT_Error(* FT_BDF_GetPropertyFunc)(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)
Definition: svbdf.h:37
FT_Error(* FT_BDF_GetCharsetIdFunc)(FT_Face face, const char **acharset_encoding, const char **acharset_registry)
Definition: svbdf.h:32