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

Method setFontFamilies

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

Source from the content-addressed store, hash-verified

209 }
210
211 public TextStyle setFontFamilies(String[] families) {
212 Stats.onNativeCall();
213 _nSetFontFamilies(_ptr, families);
214 return this;
215 }
216
217 @Nullable
218 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