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
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.
-