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
You don’t say how you “render” it, but if you have a string, you can use MeasureString too.