MCPcopy Index your code
hub / github.com/processing/processing / FontFace

Method FontFace

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

Source from the content-addressed store, hash-verified

1912
1913
1914 public FontFace(PShapeSVG parent, XML properties) {
1915 super(parent, properties, true);
1916
1917 unitsPerEm = properties.getInt("units-per-em", 1000);
1918 }
1919
1920
1921 protected void drawShape() {

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.65

Tested by

no test coverage detected