Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_VALIDATE_BASE 0x0100 |
#define | FT_VALIDATE_GDEF 0x0200 |
#define | FT_VALIDATE_GPOS 0x0400 |
#define | FT_VALIDATE_GSUB 0x0800 |
#define | FT_VALIDATE_JSTF 0x1000 |
#define | FT_VALIDATE_MATH 0x2000 |
#define | FT_VALIDATE_OT |
Functions | |
FT_OpenType_Validate (FT_Face face, FT_UInt validation_flags, FT_Bytes *BASE_table, FT_Bytes *GDEF_table, FT_Bytes *GPOS_table, FT_Bytes *GSUB_table, FT_Bytes *JSTF_table) | |
FT_OpenType_Free (FT_Face face, FT_Bytes table) | |
#define FT_VALIDATE_OT |
Definition at line 76 of file ftotval.c.
References FT_FACE_MEMORY, and FT_FREE.
FT_OpenType_Validate | ( | FT_Face | face, |
FT_UInt | validation_flags, | ||
FT_Bytes * | BASE_table, | ||
FT_Bytes * | GDEF_table, | ||
FT_Bytes * | GPOS_table, | ||
FT_Bytes * | GSUB_table, | ||
FT_Bytes * | JSTF_table | ||
) |
Definition at line 29 of file ftotval.c.
References error, FT_EXPORT_DEF, FT_FACE_FIND_GLOBAL_SERVICE, and FT_THROW().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.