MCPcopy Index your code
hub / github.com/benfry/processing4 / FontFace

Method FontFace

core/src/processing/core/PShapeSVG.java:1921–1925  ·  view source on GitHub ↗
(PShapeSVG parent, XML properties)

Source from the content-addressed store, hash-verified

1919
1920
1921 public FontFace(PShapeSVG parent, XML properties) {
1922 super(parent, properties, true);
1923
1924 unitsPerEm = properties.getInt("units-per-em", 1000);
1925 }
1926
1927
1928 protected void drawShape() {

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.65

Tested by

no test coverage detected