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

Method setFontFamilies

shared/java/paragraph/TextStyle.java:221–226  ·  view source on GitHub ↗
(String[] families)

Source from the content-addressed store, hash-verified

219 }
220
221 public TextStyle setFontFamilies(String[] families) {
222 assert Arrays.stream(families).allMatch(Objects::nonNull) : "Can't setFontFamilies with null families elements";
223 Stats.onNativeCall();
224 _nSetFontFamilies(_ptr, families);
225 return this;
226 }
227
228 @Nullable
229 public Float getHeight() {

Callers 11

setFontFamilyMethod · 0.95
drawParagraphMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawStylesMethod · 0.45
drawSelectionMethod · 0.45
drawIndicesMethod · 0.45
drawPositionsMethod · 0.45

Calls 2

onNativeCallMethod · 0.95
_nSetFontFamiliesMethod · 0.95

Tested by

no test coverage detected