Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Macros | Typedefs | Functions
ftsnames.h File Reference
#include <ft2build.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_Count (FT_Face face)
 
 FT_Get_Sfnt_Name (FT_Face face, FT_UInt idx, FT_SfntName *aname)
 

Macro Definition Documentation

◆ FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY

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

◆ FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY

#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

◆ FT_SfntName

Function Documentation

◆ FT_Get_Sfnt_Name()

FT_Get_Sfnt_Name ( FT_Face  face,
FT_UInt  idx,
FT_SfntName aname 
)

Referenced by gxv_sfntName_validate().

◆ FT_Get_Sfnt_Name_Count()

FT_Get_Sfnt_Name_Count ( FT_Face  face)

Referenced by gxv_sfntName_validate().