Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 struct FT_SfntLangTag_ FT_SfntLangTag |
typedef FT_BEGIN_HEADER struct FT_SfntName_ FT_SfntName |
FT_Get_Sfnt_LangTag | ( | FT_Face | face, |
FT_UInt | langID, | ||
FT_SfntLangTag * | alangTag ) |
FT_Get_Sfnt_Name | ( | FT_Face | face, |
FT_UInt | idx, | ||
FT_SfntName * | aname ) |
FT_Get_Sfnt_Name_Count | ( | FT_Face | face | ) |