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

Method setFontFamily

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

Source from the content-addressed store, hash-verified

215 }
216
217 public TextStyle setFontFamily(String family) {
218 return setFontFamilies(new String[] { family });
219 }
220
221 public TextStyle setFontFamilies(String[] families) {
222 assert Arrays.stream(families).allMatch(Objects::nonNull) : "Can't setFontFamilies with null families elements";

Callers 2

drawParagraphMethod · 0.80
drawMethod · 0.80

Calls 1

setFontFamiliesMethod · 0.95

Tested by

no test coverage detected