MCPcopy 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

textCharImplMethod · 0.80
addAllGlyphsToTextureMethod · 0.80
textCharImplMethod · 0.80
textCharImplMethod · 0.80

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected