getFontScaleFactor method

double getFontScaleFactor()

Returns the scale factor for font-related items

Implementation

double getFontScaleFactor() {
  return deviceScaleFactor * fontScaleFactor;
}