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

Method TextStyleScene

examples/scenes/src/TextStyleScene.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 public Typeface slabo;
10
11 public TextStyleScene() {
12 fc.setDefaultFontManager(FontMgr.getDefault());
13 slabo = Typeface.makeFromFile(file("fonts/Slabo13px-Regular.ttf"));
14 }
15
16 public void drawLine(Canvas canvas, String text, TextStyle ts) {
17 try (ParagraphStyle ps = new ParagraphStyle();

Callers

nothing calls this directly

Calls 4

getDefaultMethod · 0.95
makeFromFileMethod · 0.95
setDefaultFontManagerMethod · 0.80
fileMethod · 0.80

Tested by

no test coverage detected