sh property

int sh

Get the number scaled horizontally.

Implementation

int get sh {
  return Scale.scaleHorizontally(this).toInt();
}