Generated by
JDiff

Class com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart

Changed Constructors
GlyphLine.GlyphLinePart( int, int ) Documentation changed from old to new.
Creates a glyph line part object with given start and end values.
GlyphLine.GlyphLinePart( int, int , String ) Documentation changed from old to new.
Creates a glyph line part object with given start, end and actual text values.
 

Added Methods
String  getActualText() Retrieves the actual text of the glyph line part.
int  getEnd() Retrieves the end of the glyph line part.
int  getStart() Retrieves the start of the glyph line part.
boolean  isReversed() Retrieves whether the glyph line part is reversed.
GlyphLinePart  setActualText( String) Sets the actual text of the glyph line part.
GlyphLinePart  setEnd( int) Sets the end of the glyph line part.
GlyphLinePart  setStart( int) Sets the start of the glyph line part.
 

Changed Methods
GlyphLinePart  setReversed( boolean) Documentation changed from old to new.
Sets whether the glyph line part is reversed.
 

Removed Fields
String  actualText  
int  end  
boolean  reversed  
int  start