Generated by
JDiff

Class com.itextpdf.io.font.FontProgram

Added Methods
double  convertGlyphSpaceToTextSpace( double)  
float  convertGlyphSpaceToTextSpace( float)  
int  convertGlyphSpaceToTextSpace( int)  
float  convertTextSpaceToGlyphSpace( float)  
 

Changed Methods
int[]  getCharBBox( int) Documentation changed from old to new.
Get glyph's bbox.
int  getWidth( int) Documentation changed from old to new.
Get glyph's width.
boolean  isBuiltWith( String) Documentation changed from old to new.
Checks whether the FontProgram was built with corresponding fontName.
void  setItalicAngle( int) Documentation changed from old to new.
Sets the PostScript italic angle.
int  getKerning( int, int ) Documentation changed from old to new.
Gets the kerning between two glyphs.
int  getKerning( Glyph, Glyph ) Documentation changed from old to new.
Gets the kerning between two glyphs.
 

Added Fields
int  HORIZONTAL_SCALING_FACTOR  
 

Changed Fields
String  encodingScheme Documentation changed from old to new.
The font's encoding name.