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

Method drawText

forge-gui-mobile/src/forge/assets/TextRenderer.java:530–532  ·  view source on GitHub ↗
(Graphics g, String text, FSkinFont skinFont, FSkinColor skinColor, float x, float y, float w, float h, float visibleStartY, float visibleHeight, boolean wrap0, int horzAlignment, boolean centerVertically)

Source from the content-addressed store, hash-verified

528 }
529
530 public void drawText(Graphics g, String text, FSkinFont skinFont, FSkinColor skinColor, float x, float y, float w, float h, float visibleStartY, float visibleHeight, boolean wrap0, int horzAlignment, boolean centerVertically) {
531 drawText(g, text, skinFont, skinColor.getColor(), x, y, w, h, visibleStartY, visibleHeight, wrap0, horzAlignment, centerVertically);
532 }
533 public void drawText(Graphics g, String text, FSkinFont skinFont, Color color, float x, float y, float w, float h, float visibleStartY, float visibleHeight, boolean wrap0, int horzAlignment, boolean centerVertically) {
534 setProps(text, skinFont, w, h, wrap0);
535 if (needClip) { //prevent text flowing outside region if couldn't shrink it to fit

Callers 15

drawValueMethod · 0.45
setItemTooltipsMethod · 0.45
drawMethod · 0.45
drawOverlayMethod · 0.45
drawBackgroundMethod · 0.45
drawDisclaimerMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 8

setPropsMethod · 0.95
endClipMethod · 0.80
getColorMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
drawMethod · 0.65
startClipMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected