FontSize(Size)
Changes the size of the current font. This method is identical to Font(Size, Value).
Parameters
Size. Specifies the font size (in pixels) to use.
Example
Copy
Graphic.FontSize(24);
Changes the font size to 24 pixels.