fontSizeMode property

FontMode? fontSizeMode
getter/setter pair

Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto.

Implementation

FontMode? fontSizeMode;