Class FontMappers
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.font.FontMappers
-
public final class FontMappers extends Object
FontMapper factory class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontMapperinstance()Returns the singleton FontMapper instance.static voidset(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.
-
-