|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <afloader.h>

Public Attributes | |
| FT_Face | face |
| AF_FaceGlobals | globals |
| AF_GlyphHints | hints |
| AF_StyleMetrics | metrics |
| FT_Bool | transformed |
| FT_Matrix | trans_matrix |
| FT_Vector | trans_delta |
| FT_Vector | pp1 |
| FT_Vector | pp2 |
Definition at line 37 of file afloader.h.
| FT_Face AF_LoaderRec_::face |
Definition at line 40 of file afloader.h.
| AF_FaceGlobals AF_LoaderRec_::globals |
Definition at line 41 of file afloader.h.
| AF_GlyphHints AF_LoaderRec_::hints |
Definition at line 44 of file afloader.h.
| AF_StyleMetrics AF_LoaderRec_::metrics |
Definition at line 45 of file afloader.h.
| FT_Vector AF_LoaderRec_::pp1 |
Definition at line 49 of file afloader.h.
| FT_Vector AF_LoaderRec_::pp2 |
Definition at line 50 of file afloader.h.
| FT_Vector AF_LoaderRec_::trans_delta |
Definition at line 48 of file afloader.h.
| FT_Matrix AF_LoaderRec_::trans_matrix |
Definition at line 47 of file afloader.h.
| FT_Bool AF_LoaderRec_::transformed |
Definition at line 46 of file afloader.h.