Class CoverageFormat2
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Coverage
-
- org.apache.batik.svggen.font.table.CoverageFormat2
-
public class CoverageFormat2 extends Coverage
- Version:
- $Id: CoverageFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private int
rangeCount
private RangeRecord[]
rangeRecords
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoverageFormat2(java.io.RandomAccessFile raf)
Creates new CoverageFormat2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
findGlyph(int glyphId)
int
getFormat()
-
-
-
Field Detail
-
rangeCount
private int rangeCount
-
rangeRecords
private RangeRecord[] rangeRecords
-
-