扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt类fontmetrics的类成员方法: getmaxascent定义及介绍
发布时间:2014-2-16
本文导语:
getmaxascent
public int getmaxascent()
确定此 fontmetrics 对象所描述的 font 的最大 ascent。字符超出字体基线的距离不会大于此 height。
返回:font 中所有字符的最大 ascent。另请参见:getascent()