Package org.apache.pdfbox.pdmodel.font
Class FontMappers
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.FontMappers
-
public final class FontMappers extends java.lang.Object
FontMapper factory class.- Author:
- John Hewson
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontMapper
instance()
Returns the singleton FontMapper instance.static void
set(FontMapper fontMapper)
Sets the singleton FontMapper instance.
-
-
-
Method Detail
-
instance
public static FontMapper instance()
Returns the singleton FontMapper instance.
-
set
public static void set(FontMapper fontMapper)
Sets the singleton FontMapper instance.
-
-