Increase font cache
To increase the font cache, speeding up font rendering at the cost of a bit of memory:
Quote:
|
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 (DWORD decimal)
|
To change it back to the default:
Quote:
|
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)
|
You can set the value to pretty much anything you like, but suggested values are 4096, 8192, 16384 & 32768.