koderz 0 Newbie Poster

Hi, all.
I use FontMetrics for giving character width and it work!, but not for all fonts. For some fonts (for example "Times New Roman") for some chars 'f', 'j' - I give wrong char width and 'f' is overlap next char on drawing (top tail is not included in char width). Also 'j' (bottom tail) is drawing before coordinate that I pass for g.drawString(...).
Maybe exist some extended field or parameter for same characters in fonts. Any idea?