tlhackque has asked for the wisdom of the Perl Monks concerning the following question:
I think I have all the pieces, but not how to put them together:
I have a Perl/Tk application that runs on Windows & Linux (Fedora, if it matters). Originally written on Windows.
The Linux default fonts are causing some issues - they make a number of widgets larger, and aren't as readable for some. In any case, the goal is a common look and screen size.
The application users (X display servers) are mostly Windows (VxXsrv), some Linux.
So, I'd like to have the application request (and the clients use) the Windows fonts for the Tk widgets.
What I (think I) know:
That's where I get lost.
I don't want to declare a custom font for every widget - I want the defaults for this application to switch to these as the "system" fonts"
I don't know why I find all this stuff so confusing - OS internals are simple :-)
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/Tk Windows fonts for Linux?
by zentara (Cardinal) on Jul 22, 2018 at 10:56 UTC |