Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getGlyph
Method
getGlyph
core/src/processing/core/PFont.java:609–612 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
607
608
609
public
Glyph getGlyph(char c) {
610
int
index = index(c);
611
return
(index == -1) ? null : glyphs[index];
612
}
613
614
615
/**
Callers
3
textCharImpl
Method · 0.80
addAllGlyphsToTexture
Method · 0.80
textCharImpl
Method · 0.80
Calls
1
index
Method · 0.95
Tested by
no test coverage detected