Uses of Class
org.apache.pdfbox.pdmodel.font.FontMapping
Packages that use FontMapping
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of FontMapping in org.apache.pdfbox.pdmodel.font
Subclasses of FontMapping in org.apache.pdfbox.pdmodel.fontModifier and TypeClassDescriptionfinal class
A CIDFontMapping is a kind of FontMapping which allows for an additional TrueTypeFont substitute to be provided if a CID font is not available.Methods in org.apache.pdfbox.pdmodel.font that return FontMappingModifier and TypeMethodDescriptionFontMapper.getFontBoxFont
(String baseFont, PDFontDescriptor fontDescriptor) Finds a font with the given PostScript name, or a suitable substitute, or null.FontMapperImpl.getFontBoxFont
(String baseFont, PDFontDescriptor fontDescriptor) Finds a font with the given PostScript name, or a suitable substitute, or null.FontMapper.getTrueTypeFont
(String baseFont, PDFontDescriptor fontDescriptor) Finds a TrueType font with the given PostScript name, or a suitable substitute, or null.FontMapperImpl.getTrueTypeFont
(String baseFont, PDFontDescriptor fontDescriptor) Finds a TrueType font with the given PostScript name, or a suitable substitute, or null.