MCPcopy Create free account
hub / github.com/HumbleUI/Skija / make

Method make

shared/java/TextLine.java:20–23  ·  view source on GitHub ↗
(String text, Font font)

Source from the content-addressed store, hash-verified

18 }
19
20 @NotNull @Contract("_, _ -> new")
21 public static TextLine make(String text, Font font) {
22 return make(text, font, ShapingOptions.DEFAULT);
23 }
24
25 @NotNull @Contract("_, _, _, _ -> new")
26 public static TextLine make(String text, Font font, ShapingOptions opts) {

Callers 12

testAbcMethod · 0.95
testLigaturesMethod · 0.95
testCombiningMethod · 0.95
testEmojiMethod · 0.95
drawUnicodeMethod · 0.95
drawSubstringMethod · 0.95
drawTextLinesByWordsMethod · 0.95
drawMethod · 0.95
drawSineMethod · 0.95
drawTableMethod · 0.95
drawLineMethod · 0.95
drawMethod · 0.95

Calls 2

shapeLineMethod · 0.80

Tested by 4

testAbcMethod · 0.76
testLigaturesMethod · 0.76
testCombiningMethod · 0.76
testEmojiMethod · 0.76