2018年11月9日
摘要: Paint pFont = new Paint(); Rect rect = new Rect(); pFont.getTextBounds("豆", 0, 1, rect); Log.v(TAG, "height:"+rect.height()+"width:"+rect.width());得到字 阅读全文
posted @ 2018-11-09 14:50 wp7ers 阅读(467) 评论(0) 推荐(0)