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.
Classes | |
struct | FT_AutoHinter_InterfaceRec_ |
Macros | |
#define | FT_DEFINE_AUTOHINTER_INTERFACE( class_, reset_face_, get_global_hints_, done_global_hints_, load_glyph_) |
Typedefs | |
typedef typedefFT_BEGIN_HEADER struct FT_AutoHinterRec_ * | FT_AutoHinter |
typedef void(* | FT_AutoHinter_GlobalGetFunc) (FT_AutoHinter hinter, FT_Face face, void **global_hints, long *global_len) |
typedef void(* | FT_AutoHinter_GlobalDoneFunc) (FT_AutoHinter hinter, void *global) |
typedef void(* | FT_AutoHinter_GlobalResetFunc) (FT_AutoHinter hinter, FT_Face face) |
typedef FT_Error(* | FT_AutoHinter_GlyphLoadFunc) (FT_AutoHinter hinter, FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags) |
typedef struct FT_AutoHinter_InterfaceRec_ | FT_AutoHinter_InterfaceRec |
typedef struct FT_AutoHinter_InterfaceRec_ * | FT_AutoHinter_Interface |
#define FT_DEFINE_AUTOHINTER_INTERFACE | ( | class_, | |
reset_face_, | |||
get_global_hints_, | |||
done_global_hints_, | |||
load_glyph_ | |||
) |
Definition at line 202 of file autohint.h.
typedef typedefFT_BEGIN_HEADER struct FT_AutoHinterRec_* FT_AutoHinter |
Definition at line 80 of file autohint.h.
typedef void(* FT_AutoHinter_GlobalDoneFunc) (FT_AutoHinter hinter, void *global) |
Definition at line 127 of file autohint.h.
typedef void(* FT_AutoHinter_GlobalGetFunc) (FT_AutoHinter hinter, FT_Face face, void **global_hints, long *global_len) |
Definition at line 105 of file autohint.h.
typedef void(* FT_AutoHinter_GlobalResetFunc) (FT_AutoHinter hinter, FT_Face face) |
Definition at line 147 of file autohint.h.
typedef FT_Error(* FT_AutoHinter_GlyphLoadFunc) (FT_AutoHinter hinter, FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags) |
Definition at line 175 of file autohint.h.
typedef struct FT_AutoHinter_InterfaceRec_ * FT_AutoHinter_Interface |
typedef struct FT_AutoHinter_InterfaceRec_ FT_AutoHinter_InterfaceRec |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.