Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
ftsnames.h File Reference
#include <freetype/freetype.h>
#include <freetype/ftparams.h>

Go to the source code of this file.

Data Structures

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)