ReactOS 0.4.15-dev-7942-gd23573b
svpostnm.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME   "postscript-font-name"
 
#define FT_DEFINE_SERVICE_PSFONTNAMEREC(class_, get_ps_font_name_)
 

Typedefs

typedef const char *(* FT_PsName_GetFunc) (FT_Face face)
 

Functions

 FT_DEFINE_SERVICE (PsFontName)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_PSFONTNAMEREC

#define FT_DEFINE_SERVICE_PSFONTNAMEREC (   class_,
  get_ps_font_name_ 
)
Value:
static const FT_Service_PsFontNameRec class_ = \
{ \
get_ps_font_name_ \
};

Definition at line 52 of file svpostnm.h.

◆ FT_SERVICE_ID_POSTSCRIPT_FONT_NAME

#define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME   "postscript-font-name"

Definition at line 37 of file svpostnm.h.

Typedef Documentation

◆ FT_PsName_GetFunc

typedef const char *(* FT_PsName_GetFunc) (FT_Face face)

Definition at line 40 of file svpostnm.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( PsFontName  )

Definition at line 44 of file svpostnm.h.

45 {
46 FT_PsName_GetFunc get_ps_font_name;
47 };
const char *(* FT_PsName_GetFunc)(FT_Face face)
Definition: svpostnm.h:41