Class CoverageFormat1

java.lang.Object
org.apache.batik.svggen.font.table.Coverage
org.apache.batik.svggen.font.table.CoverageFormat1

public class CoverageFormat1 extends Coverage
Version:
$Id: CoverageFormat1.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • glyphCount

      private int glyphCount
    • glyphIds

      private int[] glyphIds
  • 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.