I'm just wandering when you create VectorGlyph and gets outline of that thing you expect it to be outline of rendered string.. But then, if you will try use s = myglyphs.getOutline(); g.draw(s): g.drawString(originalString,...) you see that difference there is at least couple pixels... And sometime even worse... So if you need outlined string - you either need fill shape that you got from glyph, or apply wierd transformation to decrease-increase size of each character.... Any other suggestions? ------- And,. btw - does anyone else experienced interesting effect with FontMetrics, when it crash your program (Win32 platform) with getWidth(string) but works OK with getHeight()? I tracked that and it happens since 1.1.8 and still happens in 1.3rc2 Regards, Sergei =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
