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

Method setFontFamily

shared/java/paragraph/TextStyle.java:207–209  ·  view source on GitHub ↗
(String family)

Source from the content-addressed store, hash-verified

205 }
206
207 public TextStyle setFontFamily(String family) {
208 return setFontFamilies(new String[] { family });
209 }
210
211 public TextStyle setFontFamilies(String[] families) {
212 Stats.onNativeCall();

Callers 2

drawParagraphMethod · 0.80
drawMethod · 0.80

Calls 1

setFontFamiliesMethod · 0.95

Tested by

no test coverage detected