fontScale property

double? fontScale
getter/setter pair

The font scale applied to the shape.

For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that is rendered in the editor. This property is read-only.

Implementation

core.double? fontScale;