MCPcopy 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

textCharImplMethod · 0.80
addAllGlyphsToTextureMethod · 0.80
textCharImplMethod · 0.80

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected