getSp function
------------------------------------------------------宽,高,字体----------------------------------------------------
Implementation
double getSp(double sp) {
if (useOriginSize) {
return sp;
}
try {
return sp.sp;
} catch (e) {
return sp;
}
}