Home
last modified time | relevance | path

Searched refs:fontHeight (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DTextView.java49 protected int fontHeight, lineWidth, lineHeight; field in TextView
534 int y = (lineHeight + fontHeight)/2 - 1; in drawLine()
638 fontHeight = fontMetrics.getMaxAscent(); in cacheLineHeight()
640 lineHeight = fontHeight + 2*textBorder; in cacheLineHeight()