public abstract class Coverage extends Object
| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
findGlyph(int glyphId) |
abstract int |
getFormat() |
protected static Coverage |
read(RandomAccessFile raf) |
public abstract int getFormat()
public abstract int findGlyph(int glyphId)
glyphId - The ID of the glyph to find.protected static Coverage read(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 2000–2017 Apache Software Foundation. All rights reserved.