java.lang.Object
io.sf.carte.echosvg.svggen.font.table.Coverage
- Direct Known Subclasses:
- CoverageFormat1,- CoverageFormat2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract intfindGlyph(int glyphId) abstract intprotected static Coverageread(RandomAccessFile raf) 
- 
Constructor Details- 
Coveragepublic Coverage()
 
- 
- 
Method Details- 
getFormatpublic abstract int getFormat()
- 
findGlyphpublic abstract int findGlyph(int glyphId) - 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.
 
- 
read- Throws:
- IOException
 
 
-