Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | FT_SERVICE_ID_SFNT_TABLE "sfnt-table" |
#define | FT_DEFINE_SERVICE_SFNT_TABLEREC(class_, load_, get_, info_) |
Typedefs | |
typedef FT_Error(* | FT_SFNT_TableLoadFunc) (FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte *buffer, FT_ULong *length) |
typedef void *(* | FT_SFNT_TableGetFunc) (FT_Face face, FT_Sfnt_Tag tag) |
typedef FT_Error(* | FT_SFNT_TableInfoFunc) (FT_Face face, FT_UInt idx, FT_ULong *tag, FT_ULong *offset, FT_ULong *length) |
Functions | |
FT_DEFINE_SERVICE (SFNT_Table) | |
#define FT_DEFINE_SERVICE_SFNT_TABLEREC | ( | class_, | |
load_, | |||
get_, | |||
info_ | |||
) |
typedef void*(* FT_SFNT_TableGetFunc) (FT_Face face, FT_Sfnt_Tag tag) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.