#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | TT_Header_ |
struct | TT_HoriHeader_ |
struct | TT_VertHeader_ |
struct | TT_OS2_ |
struct | TT_Postscript_ |
struct | TT_PCLT_ |
struct | TT_MaxProfile_ |
Typedefs | |
typedef FT_BEGIN_HEADER struct TT_Header_ | TT_Header |
typedef TT_HoriHeader_ | TT_HoriHeader |
typedef TT_VertHeader_ | TT_VertHeader |
typedef TT_OS2_ | TT_OS2 |
typedef TT_Postscript_ | TT_Postscript |
typedef TT_PCLT_ | TT_PCLT |
typedef TT_MaxProfile_ | TT_MaxProfile |
typedef enum FT_Sfnt_Tag_ | FT_Sfnt_Tag |
Enumerations | |
enum | FT_Sfnt_Tag_ |
Functions | |
FT_Get_Sfnt_Table (FT_Face face, FT_Sfnt_Tag tag) | |
FT_Load_Sfnt_Table (FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte *buffer, FT_ULong *length) | |
FT_Sfnt_Table_Info (FT_Face face, FT_UInt table_index, FT_ULong *tag, FT_ULong *length) | |
FT_Get_CMap_Language_ID (FT_CharMap charmap) | |
FT_Get_CMap_Format (FT_CharMap charmap) |
typedef enum FT_Sfnt_Tag_ FT_Sfnt_Tag |
typedef FT_BEGIN_HEADER struct TT_Header_ TT_Header |
typedef struct TT_HoriHeader_ TT_HoriHeader |
typedef struct TT_MaxProfile_ TT_MaxProfile |
typedef struct TT_Postscript_ TT_Postscript |
typedef struct TT_VertHeader_ TT_VertHeader |
enum FT_Sfnt_Tag_ |
Definition at line 558 of file tttables.h.
FT_Get_CMap_Format | ( | FT_CharMap | charmap | ) |
Definition at line 3517 of file ftobjs.c.
References TT_CMapInfo_::format, FT_FACE_FIND_SERVICE, and NULL.
Referenced by find_variant_selector_charmap(), and FT_Set_Charmap().
FT_Get_CMap_Language_ID | ( | FT_CharMap | charmap | ) |
Definition at line 3493 of file ftobjs.c.
References FT_FACE_FIND_SERVICE, TT_CMapInfo_::language, and NULL.
FT_Get_Sfnt_Table | ( | FT_Face | face, | |
FT_Sfnt_Tag | tag | |||
) |
Definition at line 3426 of file ftobjs.c.
References FT_FACE_FIND_SERVICE, FT_IS_SFNT, and NULL.
Referenced by FT_Get_FSType_Flags().
FT_Load_Sfnt_Table | ( | FT_Face | face, | |
FT_ULong | tag, | |||
FT_Long | offset, | |||
FT_Byte * | buffer, | |||
FT_ULong * | length | |||
) |
Definition at line 3447 of file ftobjs.c.
References FT_FACE_FIND_SERVICE, FT_IS_SFNT, and NULL.
Referenced by gxv_load_table(), and otv_load_table().