Class PFont.Glyph

java.lang.Object
processing.core.PFont.Glyph
Enclosing class:
PFont

public class PFont.Glyph extends Object
A single character, and its visage.
  • Field Details

    • image

      public PImage image
    • value

      public int value
    • height

      public int height
    • width

      public int width
    • index

      public int index
    • setWidth

      public int setWidth
    • topExtent

      public int topExtent
    • leftExtent

      public int leftExtent
  • Constructor Details