Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readHeader
Method · 0.95
format
Method · 0.65
println
Method · 0.45
setColor
Method · 0.45
drawString
Method · 0.45
getRaster
Method · 0.45
Tested by
no test coverage detected