public static final class UsedGlyphsFinder.FontGlyphs extends Object
Constructor and Description |
---|
FontGlyphs()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Set<com.itextpdf.io.font.otf.Glyph> |
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 Set<com.itextpdf.io.font.otf.Glyph> getGlyphs()
public boolean isAnyGlyphsDecodingFailed()
public void updateGlyphsDecodingFailedStatus(boolean allGlyphsDecoded)
allGlyphsDecoded
- true if current glyphs chunk were successfully decoded, false otherwiseCopyright © 1998–2024 iText Group NV. All rights reserved.