码迷,mamicode.com
首页 > 编程语言 > 详细

java计算字符串的宽度和高度

时间:2014-12-11 15:38:12      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:blog   http   sp   java   on   log   bs   tt   nbsp   

//g对象为一个Graphics
FontMetrics fm = g.getFontMetrics ();          
int strWidth = fm.stringWidth ("Registering plug-ins……");          
int strHeight = fm.getHeight ();  

 

转载:http://sbje5201314.blog.163.com/blog/static/280338620086332426488/

java计算字符串的宽度和高度

标签:blog   http   sp   java   on   log   bs   tt   nbsp   

原文地址:http://www.cnblogs.com/luckystar2010/p/4157557.html

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