ReactOS 0.4.16-dev-197-g92996da
|
#include <font.h>
Public Attributes | |
INT | GlyphIndex |
FT_Face | Face |
LONG | lfHeight |
LONG | lfWidth |
union { | |
DWORD AspectValue | |
FONT_ASPECT Aspect | |
} | DUMMYUNIONNAME |
FT_Matrix | matTransform |
FONT_ASPECT _FONT_CACHE_HASHED::Aspect |
DWORD _FONT_CACHE_HASHED::AspectValue |
Definition at line 47 of file font.h.
Referenced by IntFindGlyphCache().
_ANONYMOUS_UNION union { ... } _FONT_CACHE_HASHED::DUMMYUNIONNAME |
FT_Face _FONT_CACHE_HASHED::Face |
Definition at line 43 of file font.h.
Referenced by IntFindGlyphCache(), and RemoveCacheEntries().
INT _FONT_CACHE_HASHED::GlyphIndex |
Definition at line 42 of file font.h.
Referenced by IntFindGlyphCache().
LONG _FONT_CACHE_HASHED::lfHeight |
Definition at line 44 of file font.h.
Referenced by IntFindGlyphCache().
LONG _FONT_CACHE_HASHED::lfWidth |
Definition at line 45 of file font.h.
Referenced by IntFindGlyphCache().
FT_Matrix _FONT_CACHE_HASHED::matTransform |
Definition at line 50 of file font.h.
Referenced by IntFindGlyphCache().