ReactOS 0.4.15-dev-7958-gcd0bb1a
ftsnames.h File Reference
#include <ft2build.h>
Include dependency graph for ftsnames.h:

Go to the source code of this file.

Classes

struct  FT_SfntName_
 
struct  FT_SfntLangTag_
 

Typedefs

typedef FT_BEGIN_HEADER struct FT_SfntName_ FT_SfntName
 
typedef struct FT_SfntLangTag_ FT_SfntLangTag
 

Functions

 FT_Get_Sfnt_Name_Count (FT_Face face)
 
 FT_Get_Sfnt_Name (FT_Face face, FT_UInt idx, FT_SfntName *aname)
 
 FT_Get_Sfnt_LangTag (FT_Face face, FT_UInt langID, FT_SfntLangTag *alangTag)
 

Typedef Documentation

◆ FT_SfntLangTag

◆ FT_SfntName

Function Documentation

◆ FT_Get_Sfnt_LangTag()

FT_Get_Sfnt_LangTag ( FT_Face  face,
FT_UInt  langID,
FT_SfntLangTag alangTag 
)

◆ FT_Get_Sfnt_Name()

FT_Get_Sfnt_Name ( FT_Face  face,
FT_UInt  idx,
FT_SfntName aname 
)

◆ FT_Get_Sfnt_Name_Count()

FT_Get_Sfnt_Name_Count ( FT_Face  face)