public static final class UsedGlyphsFinder.FontGlyphs extends Object
Constructor and Description |
---|
FontGlyphs()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Set |
getGlyphs()
Gets font glyphs that were used in the PDF document.
|
boolean |
isAnyGlyphsDecodingFailed()
Gets a flag marking that at least one encountered glyph for the font was not recognized and decoded.
|
void |
updateGlyphsDecodingFailedStatus(boolean allGlyphsDecoded)
Updates glyphs failed decoding status with the latest chunk decoding value.
|
public SetgetGlyphs()
public boolean isAnyGlyphsDecodingFailed()
public void updateGlyphsDecodingFailedStatus(boolean allGlyphsDecoded)
allGlyphsDecoded
- true if current glyphs chunk were successfully decoded, false otherwise
Copyright © 1998–2022 iText Group NV. All rights reserved.