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

Method FontTexture

core/src/processing/opengl/FontTexture.java:66–71  ·  view source on GitHub ↗
(PGraphicsOpenGL pg, PFont font, boolean is3D)

Source from the content-addressed store, hash-verified

64 protected HashMap<PFont.Glyph, TextureInfo> texinfoMap;
65
66 public FontTexture(PGraphicsOpenGL pg, PFont font, boolean is3D) {
67 pgl = pg.pgl;
68 this.is3D = is3D;
69
70 initTexture(pg, font);
71 }
72
73
74 protected void allocate() {

Callers

nothing calls this directly

Calls 1

initTextureMethod · 0.95

Tested by

no test coverage detected