getScaleFactor method

double getScaleFactor()

Returns the overall scale factor for non-font related items.

@return the combined device/user scale factor.

Implementation

double getScaleFactor() {
  return deviceScaleFactor * this.userScaleFactor;
}