字体大小适配(可配置是否基于最小值)
static double scaleFont(double fontSize) { if (_minTextAdapt) { return scaleRadius(fontSize); } return scaleWidth(fontSize); }