public abstract class Coverage
extends java.lang.Object
| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
findGlyph(int glyphId) |
abstract int |
getFormat() |
protected static Coverage |
read(java.io.RandomAccessFile raf) |
public abstract int getFormat()
public abstract int findGlyph(int glyphId)
glyphId - The ID of the glyph to find.protected static Coverage read(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException