Hello,
I have explored the way Java renders glyphs. In my experience it seems that all glyph that Java renders are hinted. Is there any way to get non-hinted glyphs? Also, when I use GlyphVector.getGlyphOutline the outlines seem to be always non-hinted. Is there a way to get hinted outlines? I’m using Java 1.5.
-Jouni