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 intrangeCountprivate RangeRecord[]rangeRecords
-
Constructor Summary
Constructors Modifier Constructor Description protectedCoverageFormat2(java.io.RandomAccessFile raf)Creates new CoverageFormat2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfindGlyph(int glyphId)intgetFormat()
-
-
-
Field Detail
-
rangeCount
private int rangeCount
-
rangeRecords
private RangeRecord[] rangeRecords
-
-