* Helmut Giese <
hgiese@ratiosoft.com>
| I have big problems with the text widget's tags.
Rich has already answered the text tag issue, I'd like to point out a
different issue:
| font create h1Font -family {"Times New Roman" Times serif} ...
On Linux, tk 8.6.12 this creates a Helvetica style font.
Only if I use
font create h1Font -family "Times" ...
I get a 'Times' font. Note that the font(n) manpage says:
-family name
[...]
Tk guarantees to support the font families named Courier
(a monospaced “typewriter” font), Times (a serifed
“newspaper” font), and Helvetica (a sans-serif “European”
font).
[...]
The name may also be the name of a native,
platform-specific font family; in that case it will work
as desired on one platform but may not display correctly
on other platforms.
So for better platform interoperability, just use 'Times', not some Windows-centric form of the font name.
R'
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)