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

Method Glyph

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

Source from the content-addressed store, hash-verified

967
968
969 public Glyph() {
970 index = -1;
971 // used when reading from a stream or for subclasses
972 }
973
974
975 public Glyph(DataInputStream is) throws IOException {

Callers

nothing calls this directly

Calls 6

readHeaderMethod · 0.95
formatMethod · 0.65
printlnMethod · 0.45
setColorMethod · 0.45
drawStringMethod · 0.45
getRasterMethod · 0.45

Tested by

no test coverage detected