Package org.apache.pdfbox.pdmodel.font
Interface Subsetter
-
- All Known Implementing Classes:
PDCIDFontType2Embedder,PDTrueTypeFontEmbedder,TrueTypeEmbedder
interface SubsetterInterface for a font subsetter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToSubset(int codePoint)Adds the given Unicode code point to this subset.voidsubset()Subset this font now.
-