org.jpedal.external
Interface GlyphTracker
public interface GlyphTracker
allow user to recieve raw glyph data as generated
|
Method Summary |
void |
addGlyph(float[][] trm,
int rawInt,
java.lang.String displayValue,
java.lang.String extractionValue)
pass user the low-level details |
addGlyph
void addGlyph(float[][] trm,
int rawInt,
java.lang.String displayValue,
java.lang.String extractionValue)
- pass user the low-level details
- Parameters:
trm - - the Trm matrix (x,y is Trm[2][0], Trm[2][1]), other values are width (usually Trm[0][0] unless
rotated when could be Trm[0][1]) and height (usually Trm[1][1] or sometimes Trm[1][0]) Trm is defined in PDF
specificationrawInt - - value found in TJ command (usually encoded)displayValue - - unicode display value from rawIntextractionValue - - unicode display value from rawInt
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org