MCPcopy Index your code
hub / github.com/processing/processing / getGlyphCount

Method getGlyphCount

core/src/processing/core/PFont.java:710–712  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708
709
710 public int getGlyphCount() {
711 return glyphCount;
712 }
713
714
715 public Glyph getGlyph(int i) {

Callers 3

initTextureMethod · 0.80
addAllGlyphsToTextureMethod · 0.80
getTintedGlyphImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected