[Wine] Re: Wine fonts messed up

vitamin wineforum-user at winehq.org
Sun Mar 30 14:00:39 CDT 2008


lsearcey wrote:
> I did that in the terminal but when it brings up the wine configure window its small like in my picture.  Is there a way to configue it some other way?

File ~/.wine/system.reg:

Code:
[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
"LogPixels"=dword:00000060


That "00000060" is actual in hex - 0x60 = 96. You want to set it to 120 = 0x78:

Code:
"LogPixels"=dword:00000078









More information about the wine-users mailing list