转换像素用上像素

2023-09-12 01:58:25 作者:国民学生代表

我所需要的电流 TEXTSIZE 的TextView SP 单位。

I need the current TextSize of the TextView in sp units.

getTextSize()返回像素大小。那么,有没有办法将转换为像素SP

But getTextSize() returns the size in pixels. So is there a way to convert pixels to sp?

推荐答案

请参见 DisplayMetrics 类,它有一个 densityDpi() scaledDensity()

See the DisplayMetrics class, it has methods for densityDpi() and scaledDensity().