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