码迷,mamicode.com
首页 > 移动开发 > 详细

android获取文字宽度

时间:2014-07-01 19:41:52      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   color   width   new   

Paint mTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
mTextPaint.setColor(Color.WHITE);
// Define the string.
String displayText = “Hello World!”;
// Measure the width of the text string.
float textWidth = mTextPaint.measureText(displayText);

 

android获取文字宽度,布布扣,bubuko.com

android获取文字宽度

标签:android   style   blog   color   width   new   

原文地址:http://www.cnblogs.com/ysdxz207/p/3816901.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!