Hi!
Have you noticed that when trying to draw a italic font the characters are "cut"?
Well, I think an image will be better. Just check the character 'N', or 'm':

I think this happens because the drawing method "reserves" a "box" for drawing each character, and as it's italic, the character is drawn outside the box.
Any way to manage this?