Paolo Ciccone wrote:
> 
> On Tue, Dec 21, 1999 at 11:22:03PM +0100, Juergen Kreileder wrote:
> > No big surprise, they've commented out the relevant entries in the
> > font.properties file.  I'll do the same for the next Blackdown release
> > as people think that it is a bug, but it isn't.
> >
> > Try to display dingbats characters (0x2701 - 0x27be) on an AWT
> > component with the Inprise JDK, you'll get no warnings but the
> > component only will show question marks: '????'.  The warnings from
> > the Blackdown JDK just tell you immediately that something might not
> > work correctly.
> 
> Does anybody know if installing the URW fonts fixes the problem ? If yes,
> than it could be a requirement for the JDk and it just could be mentioned in
> the README.

Yes, if the font.properties file is changed accordingly and the fonts
are made available in one of two possible ways:

1) Added to the X server's font path.

2) Added to the AWT's font path with the JAVA_FONTS environment
variable.

The advantage of the latter approach is that font rendering is performed
by the AWT instead of X, and the Graphics2D manipulations work. If you
use JAVA_FONTS, you need to specify a path containing all directories
from with the AWT gets scalable fonts, including the directory
containing the default fonts shipped with the JDK.

Nathan


> --
> Paolo Ciccone
> JBuilder dev.team
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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

Reply via email to