B Bob Berry Jan 6, 2004 #1 Is there an API function that will return the width (in pixels) of a text string, given a font and font size?
Is there an API function that will return the width (in pixels) of a text string, given a font and font size?
R Richard MacKinnon Jan 7, 2004 #2 Did you see GetTextExtentPoint32()? In .NET there is Graphics.MeasureString()