#include <ft2build.h>
Go to the source code of this file.
Data Structures |
| struct | TT_Header |
| struct | TT_HoriHeader |
| struct | TT_VertHeader |
| struct | TT_OS2 |
| struct | TT_Postscript |
| struct | TT_PCLT |
| struct | TT_MaxProfile |
Enumerations |
| enum | FT_Sfnt_Tag {
ft_sfnt_head = 0,
ft_sfnt_maxp = 1,
ft_sfnt_os2 = 2,
ft_sfnt_hhea = 3,
ft_sfnt_vhea = 4,
ft_sfnt_post = 5,
ft_sfnt_pclt = 6,
sfnt_max
} |
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) |