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

Method appendRun

shared/java/TextBlobBuilder.java:58–60  ·  view source on GitHub ↗

Glyphs are positioned on a baseline at (x, y), using font metrics to determine their relative placement. @param font Font used for this run @param text Text to append in this run @param x horizontal offset within the blob @param y vertical offset within the blob @return thi

(Font font, String text, float x, float y)

Source from the content-addressed store, hash-verified

56 * @return this
57 */
58 public TextBlobBuilder appendRun(Font font, String text, float x, float y) {
59 return appendRun(font, font.getStringGlyphs(text), x, y, null);
60 }
61
62 /**
63 * <p>Glyphs are positioned on a baseline at (x, y), using font metrics to

Callers 2

drawBuilderMethod · 0.80
drawMethod · 0.80

Calls 5

onNativeCallMethod · 0.95
_nAppendRunMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95
getStringGlyphsMethod · 0.45

Tested by

no test coverage detected