Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getGlyph
Method
getGlyph
core/src/processing/core/PFont.java:602–605 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
600
601
602
public
Glyph getGlyph(char c) {
603
int
index = index(c);
604
return
(index == -1) ? null : glyphs[index];
605
}
606
607
608
/**
Callers
4
textCharImpl
Method · 0.80
addAllGlyphsToTexture
Method · 0.80
textCharImpl
Method · 0.80
textCharImpl
Method · 0.80
Calls
1
index
Method · 0.95
Tested by
no test coverage detected