Page 1 of 1

Dialog titlebar font

Posted: Fri Jul 26, 2024 2:09 am
by dougmo52usr
LoadFont changes the font on dialog gadgets, but the titlebar font stays the same. How do I change the titlebar font for a dialogwindow?

PureBasic 6.11 LTS (Linux - x64)
Feel the ..Pure.. Power

Re: Dialog titlebar font

Posted: Fri Jul 26, 2024 4:19 pm
by dougmo52usr
For my Linux distribution, I am satisfied to use "Control Center/Look and Feel/Appearance" menu item "Fonts" to select appropriate font size. In this tab I can set fonts for "Application", Document", Desktop", Window title" and "Fixed width". Although it changes fonts for other apps, I am writing software for a Kiosk GUI, and customer readability is the key concern.

RELEASE=21.3
CODENAME=virginia
EDITION="MATE"
DESCRIPTION="Linux Mint 21.3 Virginia"
DESKTOP=Gnome
TOOLKIT=GTK
NEW_FEATURES_URL=https://www.linuxmint.com/rel_virginia_whatsnew.php
RELEASE_NOTES_URL=https://www.linuxmint.com/rel_virginia.php
USER_GUIDE_URL=https://www.linuxmint.com/documentation.php
GRUB_TITLE=Linux Mint 21.3 MATE

Re: Dialog titlebar font

Posted: Sat Jul 27, 2024 9:47 am
by mk-soft
The titlebar text is managed by your operating system's window manager, and the only thing you can do as an application programmer is change the text value.