Page 1 of 1

font size

Posted: Mon Apr 19, 2021 8:34 pm
by Dr.Fell
Hi guys,
By resetting my computer i lost my shortcut for my enlarged fonts for the game. I remember it was a command prompt i put in something with 'SET FONT SCALE FACTOR. Cant find it in the forum anymore ofcourse. Can anybody help me out with this, actually, exactly how to do this? Thank u

Re: font size

Posted: Tue Apr 20, 2021 8:57 am
by boehmi
https://www.windowscentral.com/how-set- ... windows-10

Scroll down to "How to make text bigger without changing scaling settings"

Re: font size

Posted: Tue Apr 20, 2021 1:14 pm
by sp0ck
I guess you mean the font-scale setting for qt:

https://silvercircle.github.io/2017/09/ ... ont-scale/

Re: font size

Posted: Wed Apr 21, 2021 6:44 am
by Dr.Fell
Thanks guys!

Re: font size

Posted: Wed Dec 29, 2021 8:56 pm
by Klemens82
Hi there,
I had the same question about font size. I tried both suggestions from above.
The direct windows option in Ease of Access, the "How to make text bigger without changing scaling settings" thing made every text bigger except inside Pokerth.

I tried to do the second option but I could not get it to work.

I restarted Pokerth after each attempt.

Any help appreciated. Thank you!

Re: font size

Posted: Thu Dec 30, 2021 3:01 pm
by sp0ck
Hi Klemens82,

example for windows: start pokerth with a cmdline or PowerShell

Code: Select all

C:\>set QT_SCALE_FACTOR=2
C:\>cd "C:\Program Files"
C:\Program Files>cd PokerTH-1.1.2
C:\Program Files\PokerTH-1.1.2>pokerth.exe
I successfully tested it.

... QT_SCALE_FACTOR also accepts floats like 1.5

Regards.