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

Method make

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

Source from the content-addressed store, hash-verified

19 }
20
21 @NotNull @Contract("_, _ -> new")
22 public static TextLine make(String text, Font font) {
23 return make(text, font, null, true);
24 }
25
26 @NotNull @Contract("_, _, _, _ -> new")
27 public static TextLine make(String text, Font font, @Nullable FontFeature[] features, boolean leftToRight) {

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