MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getAscent

Method getAscent

CodenameOne/src/com/codename1/ui/Font.java:807–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

805 ///
806 /// the ascent in pixels
807 public int getAscent() {
808 return Display.impl.getFontAscent(font);
809 }
810
811 /// The descent is the amount by which the character descends below the baseline
812 ///

Callers 7

getBaselineMethod · 0.95
calculateMethod · 0.95
getAbsolutePixelsMethod · 0.95
drawLabelImageValignMethod · 0.95
drawLabelStringValignMethod · 0.95

Calls 1

getFontAscentMethod · 0.45

Tested by 1