FontMetrics 字体属性
-
GetAscent() //ascent表示字体从基线到顶端的距离
-
getDescent() //Descent表示字体从基线到下降字符底端的距离
-
getLeading() //Leading 表示本文行之间的距离
-
getheight() //字体高度 ascent+Descent+ Leading
-
StringWidth(String) //字符串宽度

FontMetrics 字体属性
GetAscent() //ascent表示字体从基线到顶端的距离
getDescent() //Descent表示字体从基线到下降字符底端的距离
getLeading() //Leading 表示本文行之间的距离
getheight() //字体高度 ascent+Descent+ Leading
StringWidth(String) //字符串宽度
