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 Details

    • rangeCount

      private int rangeCount
    • rangeRecords

      private RangeRecord[] rangeRecords
  • Constructor Details

  • Method Details

    • getFormat

      public int getFormat()
      Specified by:
      getFormat in class Coverage
    • findGlyph

      public int findGlyph(int glyphId)
      Specified by:
      findGlyph in class Coverage
      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.