integralFontScaleRatio constant

double const integralFontScaleRatio

Distribution ratio (0~1) of fontSize enlargement in mixed stretching. 0.5 means the square root of the total stretch is allocated to fontSize, and the square root to Canvas scale.

Implementation

static const double integralFontScaleRatio = 0.5;