Class CoverageTable

java.lang.Object
org.apache.fontbox.ttf.table.common.CoverageTable
Direct Known Subclasses:
CoverageTableFormat1

public abstract class CoverageTable extends Object
This class models the Coverage Table in the Open Type layout common tables.
  • Field Details

    • coverageFormat

      private final int coverageFormat
  • Constructor Details

    • CoverageTable

      public CoverageTable(int coverageFormat)
  • Method Details

    • getCoverageIndex

      public abstract int getCoverageIndex(int gid)
    • getGlyphId

      public abstract int getGlyphId(int index)
    • getSize

      public abstract int getSize()
    • getCoverageFormat

      public int getCoverageFormat()