MCPcopy Create free account
hub / github.com/Card-Forge/forge / getCapHeight

Method getCapHeight

forge-gui-mobile/src/forge/assets/FSkinFont.java:311–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 return font.getAscent();
310 }
311 public float getCapHeight() {
312 if (font == null)
313 return 0f;
314 updateScale();
315 return font.getCapHeight();
316 }
317 public float getLineHeight() {
318 if (font == null)
319 return 0f;

Callers 15

drawMethod · 0.95
drawCardWithOverlaysMethod · 0.95
drawPtBoxMethod · 0.95
updatePiecesMethod · 0.45
drawOverlayMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
layoutScrollerContentMethod · 0.45
doLayoutMethod · 0.45
drawMethod · 0.45
doLayoutMethod · 0.45
drawMethod · 0.45

Calls 1

updateScaleMethod · 0.95

Tested by

no test coverage detected