Kontorotsui wrote:
> 
> I've installed SuSE 6.1 and the JDK 1.2 now works somehow.
> 
> Two questions:
> 
> 1) Why does it say this:
> 
> Font specified in font.properties not found [--zapf
> dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
> 
> The JDK 1.1.7 never complained about missing fonts. When I run the old 1.1.7
> binaries AND after recompiling them with javac, I still have this error report.
> 
> The fonts appear, indeed, different from the JDK 1.1.7 ones. Beside this,
> anything works. Any fix or workaround?

JDK1.2 uses scalable fonts (only!) as part of the Graphics2D changes. It
ships some TrueType fonts of its own, which it sets as the default
fonts... unfortunately, those fonts have outrageous ascent and descent
values, resulting in huge spacing between lines of text. However, the
JDK can also used scalable fonts that were installed for the X server;
if you peruse the archives for this list, you'll find some instructions
for using different fonts.

As for the missing fonts, that's also addressed in some past mail.
Basically, you can install a Zapf Dingbat font or, if you don't care
about those characters, you can ignore the messages.

Nathan Meyers
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to