Class FontCache
java.lang.Object
com.itextpdf.io.font.FontCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears the cache by removing fonts that were added viasaveFont(FontProgram, String).(package private) static FontProgramgetFont(FontCacheKey key) static FontProgram(package private) static FontProgramsaveFont(FontProgram font, FontCacheKey key) static FontProgramsaveFont(FontProgram font, String fontName)
-
Field Details
-
fontCache
-
-
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 whencachedargument is set to true (which is by default). -
getFont
-
getFont
-
saveFont
-
saveFont
-