Package com.itextpdf.io.font
Class FontCache
java.lang.Object
com.itextpdf.io.font.FontCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Clears the cache by removing fonts that were added viasaveFont(FontProgram, String)
.static FontProgram
static FontProgram
saveFont
(FontProgram font, String fontName)
-
Constructor Details
-
FontCache
public FontCache()
-
-
Method Details
-
clearSavedFonts
public static void clearSavedFonts()Clears the cache by removing fonts that were added viasaveFont(FontProgram, String)
.Be aware that in multithreading environment this method call will affect the result of
getFont(String)
. This in its turn affects creation of fonts via factories whencached
argument is set to true (which is by default). -
getFont
-
saveFont
-