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
IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.