MCPcopy Create free account
hub / github.com/JetBrains/skija / drawLine

Method drawLine

examples/scenes/src/TextLineScene.java:61–63  ·  view source on GitHub ↗
(Canvas canvas, String text, Font font, Point cursor)

Source from the content-addressed store, hash-verified

59 }
60
61 public float drawLine(Canvas canvas, String text, Font font, Point cursor) {
62 return drawLine(canvas, new String[] { text }, font, cursor);
63 }
64
65 public float drawLine(Canvas canvas, String[] texts, Font font, Point cursor) {
66 float bottom = 0;

Callers 2

drawItMethod · 0.95
drawParagraphMethod · 0.45

Calls 15

makeMethod · 0.95
makeXYWHMethod · 0.95
makeLTRBMethod · 0.95
drawTableMethod · 0.95
_nGetBreakPositionsMethod · 0.95
_nGetBreakOffsetsMethod · 0.95
saveMethod · 0.80
getTextBlobMethod · 0.80
getOffsetAtCoordMethod · 0.80
getXMethod · 0.80
getAscentMethod · 0.80
drawRectMethod · 0.80

Tested by

no test coverage detected