|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "afhints.h"Go to the source code of this file.
Classes | |
| struct | AF_WarperRec_ |
Macros | |
| #define | AF_WARPER_SCALE |
| #define | AF_WARPER_FLOOR(x) ( (x) & ~63 ) |
| #define | AF_WARPER_CEIL(x) AF_WARPER_FLOOR( (x) + 63 ) |
Typedefs | |
| typedef FT_Int32 | AF_WarpScore |
| typedef struct AF_WarperRec_ | AF_WarperRec |
| typedef struct AF_WarperRec_ * | AF_Warper |
Functions | |
| af_warper_compute (AF_Warper warper, AF_GlyphHints hints, AF_Dimension dim, FT_Fixed *a_scale, FT_Fixed *a_delta) | |
| #define AF_WARPER_CEIL | ( | x | ) | AF_WARPER_FLOOR( (x) + 63 ) |
| typedef struct AF_WarperRec_ * AF_Warper |
| typedef struct AF_WarperRec_ AF_WarperRec |
| typedef FT_Int32 AF_WarpScore |
| af_warper_compute | ( | AF_Warper | warper, |
| AF_GlyphHints | hints, | ||
| AF_Dimension | dim, | ||
| FT_Fixed * | a_scale, | ||
| FT_Fixed * | a_delta | ||
| ) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.