Uses of Enum
com.scroogexhtml.rtf.FontFamily
Packages that use FontFamily
Package
Description
Provides classes for font substitution, font statistics.
Provides RTF standard data types and constants.
-
Uses of FontFamily in com.scroogexhtml.fonts
Methods in com.scroogexhtml.fonts with parameters of type FontFamilyModifier and TypeMethodDescriptionDefaultFontReplacer.replace
(String fontName, FontFamily fontFamily) FontReplacing.replace
(String rtfFontName, FontFamily rtfFontFamily) The converter calls this method for each font name in the RTF font table, passing in the RTF font name and the font type. -
Uses of FontFamily in com.scroogexhtml.rtf
Methods in com.scroogexhtml.rtf that return FontFamilyModifier and TypeMethodDescriptionstatic FontFamily
Returns the enum constant of this type with the specified name.static FontFamily[]
FontFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared.