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
Graphic.FontSize(24);
Changes the font size to 24 pixels.
Page updated: 06 April 2023
Changes the size of the current font. This method is identical to Font(Size, Value).
Size. Specifies the font size (in pixels) to use.
Graphic.FontSize(24);
Changes the font size to 24 pixels.
|
---|