public abstract class Glyph extends SubTable
| Modifier and Type | Class and Description |
|---|---|
static class |
Glyph.Builder<T extends Glyph> |
static class |
Glyph.Contour |
static class |
Glyph.GlyphType |
| Modifier and Type | Method and Description |
|---|---|
Glyph.GlyphType |
glyphType() |
abstract ReadableFontData |
instructions() |
abstract int |
instructionSize() |
int |
numberOfContours()
Gets the number of contours in the glyph.
|
int |
padding()
Get the number of bytes of padding used in the table.
|
java.lang.String |
toString() |
java.lang.String |
toString(int length) |
int |
xMax() |
int |
xMin() |
int |
yMax() |
int |
yMin() |
dataLength, readFontData, serializepublic int padding()
SubTablepublic Glyph.GlyphType glyphType()
public int numberOfContours()
public int xMin()
public int xMax()
public int yMin()
public int yMax()
public abstract int instructionSize()
public abstract ReadableFontData instructions()
public java.lang.String toString()
toString in class FontDataTablepublic java.lang.String toString(int length)