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

Method drawChar

CodenameOne/src/com/codename1/ui/Graphics.java:889–891  ·  view source on GitHub ↗
(char character, int x, int y)

Source from the content-addressed store, hash-verified

887 ///
888 /// use drawString instead, this method is inefficient
889 public void drawChar(char character, int x, int y) {
890 drawString("" + character, x, y);
891 }
892
893 /// Draw the given char array using the current font and color in the x,y coordinates. The font is drawn
894 /// from the top position and not the baseline.

Callers 1

Calls 1

drawStringMethod · 0.95

Tested by

no test coverage detected