org.apache.batik.svggen.font.table
public abstract class Coverage extends Object
| Method Summary | |
|---|---|
| abstract int | findGlyph(int glyphId) |
| abstract int | getFormat() |
| protected static Coverage | read(RandomAccessFile raf) |
Parameters: glyphId The ID of the glyph to find.
Returns: The index of the glyph within the coverage, or -1 if the glyph can't be found.