Posted by: Anonymous
[ip: 77.0.182.46]
on January 13, 2008 03:31 AM
If your fonts are too tiny for your screen, you can alter the registry.
wine ~/.wherever/dotwine/fake_windows/Windows/regedit.exe
Edit the key "HKEY_CURRENT_CONFIG\Software\Fonts" and alter the entry "LogPixels" to e.g. "96" (decimal). This is the value in dpi (dots per inch).
If the key is not there, import the following lines.
[HKEY_CURRENT_CONFIG\Software\Fonts]
"LogPixels"="96"
Re: Dialog fonts
Posted by: Anonymous [ip: 77.0.182.46] on January 13, 2008 03:31 AMwine ~/.wherever/dotwine/fake_windows/Windows/regedit.exe
Edit the key "HKEY_CURRENT_CONFIG\Software\Fonts" and alter the entry "LogPixels" to e.g. "96" (decimal). This is the value in dpi (dots per inch).
If the key is not there, import the following lines.
[HKEY_CURRENT_CONFIG\Software\Fonts]
"LogPixels"="96"
I searched for years to find this ;)
#