Class RangeRecord

java.lang.Object
org.apache.fontbox.ttf.table.common.RangeRecord

public class RangeRecord extends Object
This class models the Range Record in the Coverage format 2 in the Open Type layout common tables.
  • Field Details

    • startGlyphID

      private final int startGlyphID
    • endGlyphID

      private final int endGlyphID
    • startCoverageIndex

      private final int startCoverageIndex
  • Constructor Details

    • RangeRecord

      public RangeRecord(int startGlyphID, int endGlyphID, int startCoverageIndex)
  • Method Details

    • getStartGlyphID

      public int getStartGlyphID()
    • getEndGlyphID

      public int getEndGlyphID()
    • getStartCoverageIndex

      public int getStartCoverageIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object