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

Go to the source code of this file.

Macros

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

Typedefs

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

Functions

 FT_DEFINE_SERVICE (PsFontName)
 

Macro Definition Documentation

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

#define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME   "postscript-font-name"

Definition at line 37 of file svpostnm.h.

Typedef Documentation

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

Definition at line 41 of file svpostnm.h.

Function Documentation

FT_DEFINE_SERVICE ( PsFontName  )

Definition at line 44 of file svpostnm.h.