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

Method updateScale

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

Source from the content-addressed store, hash-verified

329
330 //update scale of font if needed
331 private void updateScale() {
332 try {
333 if (font.getScaleX() != scale) {
334 font.getData().setScale(scale);
335 }
336 } catch (Exception e) {
337 e.printStackTrace();
338 }
339 }
340
341 public boolean canShrink() {
342 return fontSize > MIN_FONT_SIZE;

Callers 7

getBoundsMethod · 0.95
getMultiLineBoundsMethod · 0.95
getWrappedBoundsMethod · 0.95
getAscentMethod · 0.95
getCapHeightMethod · 0.95
getLineHeightMethod · 0.95
drawMethod · 0.95

Calls 1

getDataMethod · 0.45

Tested by

no test coverage detected