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

Public Attributes | |
| sint16 | offset |
| sint16 | baseline |
| uint16 | width |
| uint16 | height |
| RD_HBITMAP | pixmap |
| HBITMAP | pixmap |
| sint16 _FONTGLYPH::baseline |
Definition at line 113 of file types.h.
Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().
| uint16 _FONTGLYPH::height |
Definition at line 115 of file types.h.
Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().
| sint16 _FONTGLYPH::offset |
Definition at line 112 of file types.h.
Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().
| RD_HBITMAP _FONTGLYPH::pixmap |
Definition at line 116 of file types.h.
Referenced by cache_get_font(), cache_put_font(), and RdpClientUI::Display_DoGlyph().
| uint16 _FONTGLYPH::width |
Definition at line 114 of file types.h.
Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().