getSp

abstract fun getSp(): TextUnitType

获取表示“缩放无关像素(Scale-independent Pixels)”的 TextUnitType。 这是推荐用于指定字体大小的单位,因为它会根据用户的字体大小偏好进行缩放。

Return

代表 androidx.compose.ui.unit.TextUnitType.Sp 的 TextUnitType 实例。