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

Method Glyph

core/src/processing/core/PFont.java:982–985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

980
981
982 public Glyph() {
983 index = -1;
984 // used when reading from a stream or for subclasses
985 }
986
987
988 public Glyph(DataInputStream is) throws IOException {

Callers

nothing calls this directly

Calls 4

readHeaderMethod · 0.95
drawStringMethod · 0.80
setColorMethod · 0.45
getRasterMethod · 0.45

Tested by

no test coverage detected