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

Go to the source code of this file.

Classes

struct  FT_SfntName_
 

Macros

#define FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY   FT_MAKE_TAG( 'i', 'g', 'p', 'f' )
 
#define FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY   FT_MAKE_TAG( 'i', 'g', 'p', 's' )
 

Typedefs

typedef FT_BEGIN_HEADER struct
FT_SfntName_ 
FT_SfntName
 

Functions

 FT_Get_Sfnt_Name (FT_Face face, FT_UInt idx, FT_SfntName *aname)
 
 FT_Get_Sfnt_Name_Count (FT_Face face)
 

Macro Definition Documentation

#define FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY   FT_MAKE_TAG( 'i', 'g', 'p', 'f' )

Definition at line 175 of file ftsnames.h.

Referenced by sfnt_load_face().

#define FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY   FT_MAKE_TAG( 'i', 'g', 'p', 's' )

Definition at line 190 of file ftsnames.h.

Referenced by sfnt_load_face().

Typedef Documentation

Function Documentation

FT_Get_Sfnt_Name ( FT_Face  face,
FT_UInt  idx,
FT_SfntName aname 
)

Referenced by gxv_sfntName_validate().

FT_Get_Sfnt_Name_Count ( FT_Face  face)

Referenced by gxv_sfntName_validate().