Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All, I wanna get the width and height of a character with font "Arial" or any fonts, do you have any solution for this case ? Thanks
The following function will return a SizeF having the width and height that you need... System.Drawing.Graphics.MeasureString(String, Font)