mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
added option to scale tooltip rendering
This commit is contained in:
@@ -231,6 +231,7 @@ BOOLEAN InitializeFonts( )
|
||||
if ( iUseWinFonts ) {
|
||||
InitWinFonts( );
|
||||
}
|
||||
InitTooltipFonts();
|
||||
|
||||
return( TRUE );
|
||||
}
|
||||
@@ -261,6 +262,7 @@ void ShutdownFonts( )
|
||||
if ( iUseWinFonts ) {
|
||||
ShutdownWinFonts();
|
||||
}
|
||||
ShutdownTooltipFonts();
|
||||
}
|
||||
|
||||
// Set shades for fonts
|
||||
|
||||
Reference in New Issue
Block a user