Hello,
I have some questions:
-
how to determine the max pixel with of the characters in a font ? Font.getMaxCharBounds() does not return correct values (expecially with some italic fonts). A silly workaround is to find the max size of the chars outlines bounds…
-
why drawString() gives so different visual results from drawing a glyphVector ?
Mik