Ok, i had
figured out a way to increase the font size in linux
(because that's what I use), but was too lazy to do the same for windows (moreover, tahr's exe seemed to solve the problem).
However, it seems like a "dirty hack" solution might still be needed for windows, so i just had a crack at it (this should work for any installation, regular or HD exe). Here it goes...
In windows 10, do one of the following:
1.
Use the command line:
Open a
command prompt
window.
Type in:
cd C:\Program Files (x86)\PokerTH-1.1.2
Press
Enter, and then:
SET QT_SCALE_FACTOR=3&&START pokerth.exe
OR
2.
Create a shortcut:
Right click on the desktop and select
"New" and then "Shortcut"
.
When prompted for the location, type in (all in one line):
C:\Windows\System32\cmd.exe /c "SET QT_SCALE_FACTOR=3&&START /D ^"C:\Program Files (x86)\PokerTH-1.1.2^" pokerth.exe"
Click
Next and, for the name, use "
PokerTh" or similar.
The crucial setting in both methods is "
SET QT_SCALE_FACTOR=3". Here, "
3" was used, but you may need to test by increasing or decreasing it (3.5, 4, 2.5, 2, etc), until it fills your screen.
The path used "C:\Program Files (x86)\PokerTH-1.1.2" is the default installation path. Change it accordingly if your pTH installation (exe) resides elsewhere.
Skál
---
P.S. I've attached a command line script and a shortcut link. Use/edit them if needed.
This attachment is hidden for guests.
Please log in or register to see it.