public class UsedGlyphsFinder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UsedGlyphsFinder.FontGlyphs
Stores set of font used glyphs and also auxilary data about extracted glyphs.
|
Constructor and Description |
---|
UsedGlyphsFinder()
No param constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<com.itextpdf.kernel.font.PdfFont,UsedGlyphsFinder.FontGlyphs> |
findUsedGlyphsInFonts(com.itextpdf.kernel.pdf.PdfDocument document,
OptimizationSession session)
Process content streams to find glyphs used in document.
|
public Map<com.itextpdf.kernel.font.PdfFont,UsedGlyphsFinder.FontGlyphs> findUsedGlyphsInFonts(com.itextpdf.kernel.pdf.PdfDocument document, OptimizationSession session)
document
- document to find used glyphssession
- for store objects used during glyphs findingCopyright © 1998–2024 iText Group NV. All rights reserved.