Class CoverageTable

  • Direct Known Subclasses:
    CoverageTableFormat1

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

      • coverageFormat

        private final int coverageFormat
    • Constructor Detail

      • CoverageTable

        public CoverageTable​(int coverageFormat)
    • Method Detail

      • getCoverageIndex

        public abstract int getCoverageIndex​(int gid)
      • getGlyphId

        public abstract int getGlyphId​(int index)
      • getSize

        public abstract int getSize()
      • getCoverageFormat

        public int getCoverageFormat()