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.
Classes | |
struct | AF_LoaderRec_ |
Typedefs | |
typedef typedefFT_BEGIN_HEADER struct AF_ModuleRec_ * | AF_Module |
typedef struct AF_LoaderRec_ | AF_LoaderRec |
typedef struct AF_LoaderRec_ * | AF_Loader |
Functions | |
af_loader_init (AF_Module module) | |
af_loader_reset (AF_Module module, FT_Face face) | |
af_loader_done (AF_Module module) | |
af_loader_load_glyph (AF_Module module, FT_Face face, FT_UInt gindex, FT_Int32 load_flags) | |
typedef struct AF_LoaderRec_ * AF_Loader |
typedef struct AF_LoaderRec_ AF_LoaderRec |
typedef typedefFT_BEGIN_HEADER struct AF_ModuleRec_* AF_Module |
Definition at line 28 of file afloader.h.
af_loader_done | ( | AF_Module | module | ) |
Definition at line 79 of file afloader.c.
References af_glyph_hints_done(), AF_LoaderRec_::face, FT_GlyphLoader_Done(), AF_LoaderRec_::gloader, AF_LoaderRec_::globals, AF_LoaderRec_::hints, and NULL.
Referenced by af_autofitter_done().
af_loader_init | ( | AF_Module | module | ) |
Definition at line 29 of file afloader.c.
References af_glyph_hints_init(), FT_GlyphLoader_New(), FT_LOCAL_DEF, FT_ZERO, AF_LoaderRec_::gloader, and AF_LoaderRec_::hints.
Referenced by af_autofitter_init().
Definition at line 493 of file afloader.c.
References af_face_globals_get_metrics(), af_loader_reset(), AF_ScriptMetricsRec_::clazz, error, AF_ScalerRec_::face, AF_ScalerRec_::flags, FT_LOAD_IGNORE_TRANSFORM, FT_LOAD_NO_SCALE, FT_LOAD_RENDER, FT_LOAD_TARGET_MODE, FT_THROW(), FT_ZERO, AF_LoaderRec_::globals, AF_LoaderRec_::hints, AF_LoaderRec_::metrics, FT_SizeRec_::metrics, AF_ScalerRec_::render_mode, AF_ScriptMetricsRec_::scaler, AF_ScalerRec_::x_delta, AF_ScalerRec_::x_scale, FT_Size_Metrics_::x_scale, AF_ScalerRec_::y_delta, AF_ScalerRec_::y_scale, and FT_Size_Metrics_::y_scale.
Referenced by af_autofitter_load_glyph().
Definition at line 48 of file afloader.c.
References af_face_globals_free(), af_face_globals_new(), error, AF_LoaderRec_::face, FT_Err_Ok, FT_GlyphLoader_Rewind(), FT_LOCAL_DEF, AF_LoaderRec_::gloader, AF_LoaderRec_::globals, and NULL.
Referenced by af_loader_load_glyph().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.