Glyph metrics etc

Hello,

I have some questions:

  1. 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…

  2. why drawString() gives so different visual results from drawing a glyphVector ?

Mik