Hi
Yes, the font is shown in Microsoft Word f.e..
I have a font named "Frutiger LT" (family). From this font there are
different fonts like "Frutiger LT 45 Light" f.e.
>> Hi
>>
[quoted text clipped - 15 lines]
> Do the "missing" font faces show up in some non-Java application? If so
> which one?
Roedy Green - 15 Jan 2008 12:47 GMT
On Tue, 15 Jan 2008 12:44:42 +0100, "Hans Stoessel"
<hstoessel.list@pm-medici.ch> wrote, quoted or indirectly quoted
someone who said :
>I have a font named "Frutiger LT" (family). From this font there are
>different fonts like "Frutiger LT 45 Light" f.e.
the only fonts you can use in Java are the ones displayed in the
FontShower. See http://mindprod.com/applet/fontshower.html
That will tell you their official names.

Signature
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com
RedGrittyBrick - 15 Jan 2008 15:24 GMT
<top posting "corrected">
>>> Hi
>>>
[quoted text clipped - 17 lines]
>
> Yes, the font is shown in Microsoft Word f.e..
Word 2003 only shows me font family names, not font names!
> I have a font named "Frutiger LT" (family). From this font there are
> different fonts like "Frutiger LT 45 Light" f.e.
Is that the OpenType font - PostScript flavour (.OTF)
Or the OpenType font - TrueType flavour (.TTF)?
I just downloaded the free Metro Sans Light OTF from
http://www.fonthaus.com/specials/ and found Java does not display it
although Word 2003 does.
I suspect JRE 1.6 does not support OpenType OTF fonts.
<later> Roedy's web site confirms this
http://mindprod.com/jgloss/opentype.html says:
"Under the hood, OpenType fonts come in two flavours, TTF and
PostScript. In Windows, Java is only interested in OpenType TTF fonts
and TTF fonts. In Linux, Java in only interested in OpenType PS fonts
and PS fonts."