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

Method shape

shared/java/shaper/Shaper.java:114–117  ·  view source on GitHub ↗
(String text, Font font)

Source from the content-addressed store, hash-verified

112 }
113
114 @Nullable @Contract("_, _ -> new")
115 public TextBlob shape(String text, Font font) {
116 return shape(text, font, ShapingOptions.DEFAULT, Float.POSITIVE_INFINITY, Point.ZERO);
117 }
118
119 @Nullable @Contract("_, _, _ -> new")
120 public TextBlob shape(String text, Font font, float width) {

Callers 11

_drawLineMethod · 0.80
makeBlobMethod · 0.80
_drawLineMethod · 0.80
drawMethod · 0.80
drawBoundsMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawWithShaperMethod · 0.80

Calls 6

onNativeCallMethod · 0.95
_nShapeBlobMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95
_nShapeMethod · 0.95
getDefaultMethod · 0.80

Tested by

no test coverage detected