Generated by
JDiff

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

Changed Constructors
GlyphLine( GlyphLine, int , int ) Documentation changed from old to new.
Copy a slice of a line of Glyphs
GlyphLine( List, int , int ) Documentation changed from old to new.
Create a new line of Glyphs from a slice of a List of Glyphs.
GlyphLine( List, List , int , int ) Documentation changed from old to new.
Create a new line of Glyphs from a slice of a List of Glyphs, and add the actual text.
 

Added Methods
void  add( GlyphLine) Add a line to the current one.
 

Changed Methods
GlyphLine  copy( int, int ) Documentation changed from old to new.
Copy a slice of this Glyphline.
void  replaceContent( GlyphLine) Documentation changed from old to new.
Replaces the current content with the other line's content.
String  toUnicodeString( int, int ) Documentation changed from old to new.
Get the unicode string representation of the GlyphLine slice.