Uses of Class
com.scroogexhtml.rtf.FontDescriptor
Packages that use FontDescriptor
Package
Description
Provides the main converter classes.
Provides RTF standard data types and constants.
-
Uses of FontDescriptor in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter with parameters of type FontDescriptorModifier and TypeMethodDescriptionvoid
AbstractWriter.setDefaultFont
(FontDescriptor newValue) void
Writer.setDefaultFont
(FontDescriptor value) -
Uses of FontDescriptor in com.scroogexhtml.rtf
Methods in com.scroogexhtml.rtf that return FontDescriptorModifier and TypeMethodDescriptionFontTable.get
(int key) Note: returns EMPTY_FONT when no matching font exists in the font table.Methods in com.scroogexhtml.rtf with parameters of type FontDescriptorModifier and TypeMethodDescriptionvoid
FontTable.put
(int fontNr, FontDescriptor fontDescriptor) Map the font descriptor to the given font nr.