setSP method

double setSP(
  1. num fontSize
)

字体适配

Implementation

double setSP(num fontSize) => fontSize * min(_scaleWidth, _scaleHeight);