fitFactor property

double fitFactor
final

A fitFactor of 1/2 would fit the text to half the perimiter of the ellipse, 1/4 to a quarter and 1 would completely wrap the text around the ellipse.

Note: Only has an affect if fitType is not equal to noFit.

Implementation

final double fitFactor;