mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[CONSOLE]: Activate by default the new VGA font.
svn path=/trunk/; revision=62004
This commit is contained in:
parent
1be96acf24
commit
0be53763b5
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ InitConsoleDefaults(PCONSOLE_PROPS pConInfo)
|
|||
/* Adapted for holding GUI terminal information */
|
||||
pConInfo->TerminalInfo.Size = sizeof(GUI_CONSOLE_INFO);
|
||||
GuiInfo = pConInfo->TerminalInfo.TermInfo = (PGUI_CONSOLE_INFO)(pConInfo + 1);
|
||||
wcsncpy(GuiInfo->FaceName, L"Fixedsys", LF_FACESIZE); // HACK: !!
|
||||
wcsncpy(GuiInfo->FaceName, L"VGA", LF_FACESIZE); // HACK: !!
|
||||
// GuiInfo->FaceName[0] = L'\0';
|
||||
GuiInfo->FontFamily = FF_DONTCARE;
|
||||
GuiInfo->FontSize = 0;
|
||||
|
|
|
@ -194,7 +194,7 @@ GuiConsoleGetDefaultSettings(IN OUT PGUI_CONSOLE_INFO TermInfo,
|
|||
// TermInfo->FontSize = MAKELONG(16, 16); // font is 16x16
|
||||
// TermInfo->FontWeight = FW_NORMAL;
|
||||
|
||||
wcsncpy(TermInfo->FaceName, L"Fixedsys", LF_FACESIZE); // HACK: !!
|
||||
wcsncpy(TermInfo->FaceName, L"VGA", LF_FACESIZE); // HACK: !!
|
||||
// TermInfo->FaceName[0] = L'\0';
|
||||
TermInfo->FontFamily = FF_DONTCARE;
|
||||
TermInfo->FontSize = 0;
|
||||
|
|
|
@ -197,7 +197,7 @@ GuiConsoleGetDefaultSettings(IN OUT PGUI_CONSOLE_INFO TermInfo,
|
|||
// TermInfo->FontSize = MAKELONG(16, 16); // font is 16x16
|
||||
// TermInfo->FontWeight = FW_NORMAL;
|
||||
|
||||
wcsncpy(TermInfo->FaceName, L"Fixedsys", LF_FACESIZE); // HACK: !!
|
||||
wcsncpy(TermInfo->FaceName, L"VGA", LF_FACESIZE); // HACK: !!
|
||||
// TermInfo->FaceName[0] = L'\0';
|
||||
TermInfo->FontFamily = FF_DONTCARE;
|
||||
TermInfo->FontSize = 0;
|
||||
|
|
Loading…
Reference in a new issue