fitType property

EllipticText_FitType fitType
final

How the text should be fitted along the perimiter.

The options are:

  • noFit: The text won't be fitted.
  • scaleFit: The text will be fitted by altering the font size.
  • stretchFit: The text will be fitted by altering the letter spacing.
  • comboFit: The text will be fitted by altering both the font size and letter spacing.

Implementation

final EllipticText_FitType fitType;