- java.lang.Object
-
- processing.core.PFont.Glyph
-
-
Constructor Summary
Constructors Modifier Constructor Description Glyph()protectedGlyph(char c)Glyph(DataInputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreadBitmap(DataInputStream is)protected voidreadHeader(DataInputStream is)protected voidwriteBitmap(DataOutputStream os)protected voidwriteHeader(DataOutputStream os)
-
-
-
Field Detail
-
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 Detail
-
Glyph
public Glyph()
-
Glyph
public Glyph(DataInputStream is) throws IOException
- Throws:
IOException
-
Glyph
protected Glyph(char c)
-
-
Method Detail
-
readHeader
protected void readHeader(DataInputStream is) throws IOException
- Throws:
IOException
-
writeHeader
protected void writeHeader(DataOutputStream os) throws IOException
- Throws:
IOException
-
readBitmap
protected void readBitmap(DataInputStream is) throws IOException
- Throws:
IOException
-
writeBitmap
protected void writeBitmap(DataOutputStream os) throws IOException
- Throws:
IOException
-
-