|
|
|
I guess Impact is a special font (maybe comes with Adobe Illustrator or so).
We could remove the reliance (for the test) on this font. What do you say? looking at http://www.kayskreations.net/fonts/fonttb.html I found:
Impact is a standard font for: Windows 2000, XP, 98, ME not for: Windows NT, 95 looking at http://docs.info.apple.com/article.html?artnum=301332 Impact is a standard font on Mac OS X 10.4 The unicode 2729 is not available in the windows impact.ttf. For the other plattforms I could not say it ... I would suggest to remove the reliance on impact or change the displayed character, because impact is quiet nice :) It's up to you ... Could you check 25C4 and 25BA as suggested above for other plattforms? |
|||||||||||||||||||||||||||||||||||||||||||
vg.drawString(
"\u25C4Impact\u25BA",
mx + width / 4, my + height / 4,
VectorGraphicsConstants.TEXT_CENTER,
VectorGraphicsConstants.TEXT_BASELINE);
which produces something like < Impact > and makes bitmap drivers (and TEXT_AS_SHAPES) work. Is Impact a PS Font?