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

Public Attributes | |
| LIST_ENTRY | ListEntry |
| FT_BitmapGlyph | BitmapGlyph |
| DWORD | dwHash |
| FONT_CACHE_HASHED | Hashed |
| FT_BitmapGlyph _FONT_CACHE_ENTRY::BitmapGlyph |
Definition at line 58 of file font.h.
Referenced by IntFindGlyphCache(), and IntGetBitmapGlyphWithCache().
| DWORD _FONT_CACHE_ENTRY::dwHash |
Definition at line 59 of file font.h.
Referenced by IntFindGlyphCache(), and IntGetBitmapGlyphWithCache().
| FONT_CACHE_HASHED _FONT_CACHE_ENTRY::Hashed |
Definition at line 60 of file font.h.
Referenced by IntFindGlyphCache(), IntGetBitmapGlyphWithCache(), and RemoveCacheEntries().
| LIST_ENTRY _FONT_CACHE_ENTRY::ListEntry |
Definition at line 57 of file font.h.
Referenced by IntGetBitmapGlyphWithCache().