Ir al código fuente de este archivo.
Documentación de los 'defines'
#define COMPONENT_GLYPH 4 |
#define TTO_BASE_GLYPH 0x0002 |
#define TTO_COMPONENT 0x0010 |
#define TTO_Err_Invalid_GDEF_SubTable 0x1031 |
#define TTO_Err_Invalid_GDEF_SubTable_Format 0x1030 |
#define TTO_LIGATURE 0x0004 |
#define UNCLASSIFIED_GLYPH 0 |
Documentación de los 'typedefs'
Documentación de las funciones
EXPORT_DEF FT_Error TT_GDEF_Build_ClassDefinition |
( |
TTO_GDEFHeader * |
gdef, |
|
|
FT_UShort |
num_glyphs, |
|
|
FT_UShort |
glyph_count, |
|
|
FT_UShort * |
glyph_array, |
|
|
FT_UShort * |
class_array |
|
) |
| |
EXPORT_DEF FT_Error TT_GDEF_Get_Glyph_Property |
( |
TTO_GDEFHeader * |
gdef, |
|
|
FT_UShort |
glyphID, |
|
|
FT_UShort * |
property |
|
) |
| |
EXPORT_DEF FT_Error TT_Load_GDEF_Table |
( |
FT_Face |
face, |
|
|
TTO_GDEFHeader ** |
gdef |
|
) |
| |
EXPORT_FUNC FT_Error TT_New_GDEF_Table |
( |
FT_Face |
face, |
|
|
TTO_GDEFHeader ** |
retptr |
|
) |
| |