Class ITextFontStorage
java.lang.Object
org.pentaho.reporting.libraries.fonts.itext.ITextFontStorage
- All Implemented Interfaces:
FontStorage
Creation-Date: 22.07.2007, 17:54:43
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorDescriptionITextFontStorage
(ITextFontRegistry registry) ITextFontStorage
(ITextFontRegistry registry, String encoding) -
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.getFontMetrics
(FontIdentifier rawRecord, FontContext context) void
setDefaultEncoding
(String defaultEncoding)
-
Constructor Details
-
ITextFontStorage
-
ITextFontStorage
-
-
Method Details
-
getDefaultEncoding
-
setDefaultEncoding
-
getFontRegistry
- Specified by:
getFontRegistry
in interfaceFontStorage
-
getFontMetrics
- Specified by:
getFontMetrics
in interfaceFontStorage
-
commit
public void commit()Description copied from interface:FontStorage
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.- Specified by:
commit
in interfaceFontStorage
-