mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
added option to scale tooltip rendering
This commit is contained in:
@@ -721,7 +721,7 @@ UINT16 GetFontHeight(INT32 FontNum)
|
||||
MapFont = WinFontMap[FontNum];
|
||||
if (FontNum != -1)
|
||||
{
|
||||
return (GetWinFontHeight(L"A", MapFont));
|
||||
return (GetWinFontHeight(MapFont));
|
||||
}
|
||||
}
|
||||
return((UINT16)GetHeight(FontObjs[FontNum], 0));
|
||||
|
||||
Reference in New Issue
Block a user