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_GLYPH_DICT "glyph-dict" |
#define | FT_DEFINE_SERVICE_GLYPHDICTREC(class_, get_name_, name_index_) |
Typedefs | |
typedef FT_Error(* | FT_GlyphDict_GetNameFunc) (FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max) |
typedef FT_UInt(* | FT_GlyphDict_NameIndexFunc) (FT_Face face, FT_String *glyph_name) |
Functions | |
FT_DEFINE_SERVICE (GlyphDict) | |
#define FT_DEFINE_SERVICE_GLYPHDICTREC | ( | class_, | |
get_name_, | |||
name_index_ | |||
) |
Definition at line 57 of file svgldict.h.
#define FT_SERVICE_ID_GLYPH_DICT "glyph-dict" |
Definition at line 34 of file svgldict.h.
typedef FT_Error(* FT_GlyphDict_GetNameFunc) (FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max) |
Definition at line 38 of file svgldict.h.
Definition at line 44 of file svgldict.h.
FT_DEFINE_SERVICE | ( | GlyphDict | ) |
Definition at line 48 of file svgldict.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.