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

Method TextBox

shared/java/paragraph/TextBox.java:13–15  ·  view source on GitHub ↗
(float l, float t, float r, float b, int direction)

Source from the content-addressed store, hash-verified

11 public final Direction _direction;
12
13 public TextBox(float l, float t, float r, float b, int direction) {
14 this(Rect.makeLTRB(l, t, r, b), Direction._values[direction]);
15 }
16}

Callers

nothing calls this directly

Calls 1

makeLTRBMethod · 0.95

Tested by

no test coverage detected