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=39
114>.
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
a>
------- Additional Comments From deweese apache.org 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=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.
------------------------------------------------------------
---------
To unsubscribe, e-mail: batik-dev-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help xmlgraphics.apache.org
|