#include <ft2build.h>
Go to the source code of this file.
Data Structures |
| struct | FT_AutoHinter_Service |
Defines |
| #define | FT_DEFINE_AUTOHINTER_SERVICE(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) |