Selur's Little Message Board
[HELP] font gui - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] font gui (/thread-1270.html)



font gui - Moloch - 24.02.2020

how can I change fonts in the gui

misc.ini

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

doesn't work


RE: font gui - Selur - 24.02.2020

[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


RE: font gui - Nero - 31.03.2020

(24.02.2020, 06:05)Selur Wrote:
[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.


RE: font gui - Selur - 01.04.2020

That should be fixed for quite some time.
Tested here, with the current public release, and had no problem.

Cu Selur


RE: font gui - Nero - 01.04.2020

For me the program just never starts if I use this option in misc.ini


RE: font gui - Selur - 01.04.2020

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:
[General]
fontSize=48
toolTipFontSize=40
and had no problem.


RE: font gui - Nero - 01.04.2020

I'm currently using the lastest public version -> 2020.02.19.1
OS is Windows 10 Pro x64
My misc.ini content:
[General]
settingPath=.\\settings
disableIcons=true

Using the way it is above hybrid opens and works normally, but if I try, for example:
[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.


RE: font gui - Selur - 04.04.2020

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


RE: font gui - Nero - 04.04.2020

It worked. Thanks.