Lets say I render the character \"A\" to the screen with a size 14 font in Arial Regular. Is there a way in C# to calculate how many pixels wide it is?
The wa
Graphics.MeasureString will get you the size in the current graphics units.