A font object provides access to the following properties of the font used by a text shape.
name (string)
Returns the name of a font.
Example:
shape.font.name = "Arial"
size (double)
Returns the size of a font.
Example:
shape.font.size = 16.0
A font object provides access to the following properties of the font used by a text shape.
Returns the name of a font.
Example:
shape.font.name = "Arial"
Returns the size of a font.
Example:
shape.font.size = 16.0