DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39114>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39114





------- Additional Comments From [EMAIL PROTECTED]  2006-03-29 14:02 -------
(In reply to comment #3)
> You can find Font2DTest in JDK demo folder, for font like windgding
> you can't use drawString to display, in that demo, only when you
> choose "All Glyphs", these font will display correctly...

  Sure, the question is given that I have an java.awt.Font object
how can I know that canDisplay can't be trusted?  So if I ask
wingdings.canDisplay('a') it returns false even though it has a
glyph for 'a'.  It is important to use canDisplay so that we have
proper behaviour for foreign languages like Chinese and Japaneese
that are often not covered by most fonts.

  Right now the only way I think to test this is to look at the 
font name, which is fine for the 'well known' example but a poor
general solution.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to