Hi,

I am trying to manually adjust character spacing between letters when drawing text with GDI. I am doing this by drawing each letter at a time. The problem is that you lose all the font kerning when you do this.

Does anyone know how to get kerning data for fonts? Presumably you would send it the letter pair you want to get the offset for. Then when I draw each letter at a time I can subtract the offset for each letter pair.

many thanks
Paul