Selur's Little Message Board

Full Version: font gui
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can I change fonts in the gui

misc.ini

[General]
  settingPath="./settings"
  fontSize=12
  toolTipFontSize=12

doesn't work
Code:
[General]
settingPath="./settings"
fontSize=12
toolTipFontSize=12
should normally work. Current version just has a bug which should cause it to close on startup if the font size is changed.
Will send you a link to my current dev version to see if that helps.
(Note that the 'settingPath' option is only necessary if you want to move the settings folder.)

Cu Selur
(24.02.2020, 06:05)Selur Wrote: [ -> ]
Code:
[General]
settingPath="./settings"
fontSize=12
toolTipFontSize=12
should normally work. Current version just has a bug which should cause it to close on startup if the font size is changed.
Will send you a link to my current dev version to see if that helps.
(Note that the 'settingPath' option is only necessary if you want to move the settings folder.)

Cu Selur

Hi sir.
Could you please send it to me too? I'm going through the same situation.
That should be fixed for quite some time.
Tested here, with the current public release, and had no problem.

Cu Selur
For me the program just never starts if I use this option in misc.ini
Need more details,...
What version of Hybrid are you using? What OS are you on?
What does your misc.ini look like exactly?

Cu Selur

Ps.: I just tested on Windows with:
Code:
[General]
fontSize=48
toolTipFontSize=40
and had no problem.
I'm currently using the lastest public version -> 2020.02.19.1
OS is Windows 10 Pro x64
My misc.ini content:
Code:
[General]
settingPath=.\\settings
disableIcons=true

Using the way it is above hybrid opens and works normally, but if I try, for example:
Code:
[General]
settingPath=.\\settings
fontSize=20
toolTipFontSize=20
disableIcons=true

It never opens. I tried using several possibilities, no luck.

Edit: I tested the previous version of Hybrid and it worked without problems. Possibly it's some bug in the latest one.
Since I can't reproduce this with my dev version, I'll send you a link to my current dev version via pm.

Cu Selur
It worked. Thanks.