Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getHeight
Method
getHeight
CodenameOne/src/com/codename1/ui/Font.java:668–670 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
666
///
667
/// the total height of the font
668
public
int
getHeight() {
669
return
Display.impl.getHeight(font);
670
}
671
672
/// Draw the given char using the current font and color in the x,y
673
/// coordinates.
Callers
15
getFontSize
Method · 0.95
drawArrow
Method · 0.95
drawAttribution
Method · 0.95
paintLoadingText
Method · 0.95
drawMarker
Method · 0.95
place
Method · 0.95
drawLabelComponent
Method · 0.95
drawImage
Method · 0.95
updateScroll
Method · 0.95
getBaseline
Method · 0.95
paintBackground
Method · 0.95
calcPreferredSize
Method · 0.95
Calls
1
getHeight
Method · 0.65
Tested by
6
makeDigitFrame
Method · 0.76
paint
Method · 0.76
verifyFontHashing
Method · 0.76
loadTextImage
Method · 0.76
loadTextImage
Method · 0.76
testBaselineAlignmentCalculations
Method · 0.76