public interface GlyphTracker
Modifier and Type | Method | Description |
---|---|---|
void |
addGlyph(float[][] trm,
int rawInt,
java.lang.String displayValue,
java.lang.String extractionValue) |
pass user the low-level details
|
void addGlyph(float[][] trm, int rawInt, java.lang.String displayValue, java.lang.String extractionValue)
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 rawIntCopyright 2018 IDRsolutions ltd. All rights reserved.