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 |
findUsedGlyphsInFonts(com.itextpdf.kernel.pdf.PdfDocument document, OptimizationSession session)
Process content streams to find glyphs used in document.
|
public MapUsedGlyphsFinder.FontGlyphs> findUsedGlyphsInFonts(com.itextpdf.kernel.pdf.PdfDocument document, OptimizationSession session)
document - document to find used glyphs
session - for store objects used during glyphs finding
Copyright © 1998–2021 iText Group NV. All rights reserved.