Package processing.core
Class PFont.Glyph
java.lang.Object
processing.core.PFont.Glyph
- Enclosing class:
- PFont
A single character, and its visage.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected void
-
Field Details
-
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
-
Glyph
public Glyph() -
Glyph
- Throws:
IOException
-
Glyph
protected Glyph(char c)
-
-
Method Details
-
readHeader
- Throws:
IOException
-
writeHeader
- Throws:
IOException
-
readBitmap
- Throws:
IOException
-
writeBitmap
- Throws:
IOException
-