ReactOS 0.4.16-dev-2-g02a6913
|
#include <ftglyph.h>
Public Attributes | |
FT_Library | library |
const FT_Glyph_Class * | clazz |
FT_Glyph_Format | format |
FT_Vector | advance |
FT_Vector FT_GlyphRec_::advance |
Definition at line 113 of file ftglyph.h.
Referenced by FT_Get_Glyph(), FT_Glyph_To_Bitmap(), IntExtTextOutW(), IntGetTextDisposition(), and TextIntGetTextExtentPoint().
const FT_Glyph_Class* FT_GlyphRec_::clazz |
Definition at line 111 of file ftglyph.h.
Referenced by FT_DEFINE_GLYPH(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and FT_Glyph_To_Bitmap().
FT_Glyph_Format FT_GlyphRec_::format |
Definition at line 112 of file ftglyph.h.
Referenced by FT_DEFINE_GLYPH(), and ftc_inode_weight().
FT_Library FT_GlyphRec_::library |
Definition at line 110 of file ftglyph.h.
Referenced by FT_DEFINE_GLYPH(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and FT_Glyph_To_Bitmap().