|
ReactOS 0.4.16-dev-2206-gc56950d
|
#include <wincon.h>

Public Attributes | |
| ULONG | cbSize |
| DWORD | nFont |
| COORD | dwFontSize |
| UINT | FontFamily |
| UINT | FontWeight |
| WCHAR | FaceName [LF_FACESIZE] |
| ULONG _CONSOLE_FONT_INFOEX::cbSize |
Definition at line 326 of file wincon.h.
Referenced by test_GetCurrentConsoleFontEx(), test_new_screen_buffer_properties(), and test_SetCurrentConsoleFontEx().
| COORD _CONSOLE_FONT_INFOEX::dwFontSize |
Definition at line 328 of file wincon.h.
Referenced by test_GetCurrentConsoleFontEx(), and test_new_screen_buffer_properties().
| WCHAR _CONSOLE_FONT_INFOEX::FaceName[LF_FACESIZE] |
Definition at line 331 of file wincon.h.
Referenced by test_new_screen_buffer_properties().
| UINT _CONSOLE_FONT_INFOEX::FontFamily |
Definition at line 329 of file wincon.h.
Referenced by test_new_screen_buffer_properties().
| UINT _CONSOLE_FONT_INFOEX::FontWeight |
Definition at line 330 of file wincon.h.
Referenced by test_new_screen_buffer_properties().
| DWORD _CONSOLE_FONT_INFOEX::nFont |
Definition at line 327 of file wincon.h.
Referenced by test_GetCurrentConsoleFontEx(), and test_new_screen_buffer_properties().