Uses of Interface
org.apache.pdfbox.pdmodel.font.FontMapper
-
Packages that use FontMapper Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of FontMapper in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement FontMapper Modifier and Type Class Description (package private) class
FontMapperImpl
Font mapper, locates non-embedded fonts via a pluggable FontProvider.Fields in org.apache.pdfbox.pdmodel.font declared as FontMapper Modifier and Type Field Description private static FontMapper
FontMappers. instance
private static FontMapper
FontMappers.DefaultFontMapper. INSTANCE
Methods in org.apache.pdfbox.pdmodel.font that return FontMapper Modifier and Type Method Description static FontMapper
FontMappers. instance()
Returns the singleton FontMapper instance.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontMapper Modifier and Type Method Description static void
FontMappers. set(FontMapper fontMapper)
Sets the singleton FontMapper instance.
-