org.foray.font.format.ttf
Class OTFCoveragex02.RangeRecord

java.lang.Object
  extended by org.foray.font.format.ttf.OTFCoveragex02.RangeRecord
Enclosing class:
OTFCoveragex02

public class OTFCoveragex02.RangeRecord
extends Object

A range in this coverage.


Constructor Summary
OTFCoveragex02.RangeRecord()
           
 
Method Summary
protected  char getEnd()
          Returns the last glyph index in the range.
protected  char getStart()
          Returns the first glyph index in the range.
protected  char getStartCoverageIndex()
          Returns the coverage index of the first glyph index in the range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTFCoveragex02.RangeRecord

public OTFCoveragex02.RangeRecord()
Method Detail

getStart

protected char getStart()
Returns the first glyph index in the range.

Returns:
The first glyph index in the range.

getEnd

protected char getEnd()
Returns the last glyph index in the range.

Returns:
The last glyph index in the range.

getStartCoverageIndex

protected char getStartCoverageIndex()
Returns the coverage index of the first glyph index in the range.

Returns:
The coverage index of the first glyph index in the range.


Copyright © 2017. All rights reserved.