| Package | Description | 
|---|---|
| com.scroogexhtml.fonts | 
 Provides classes for font substitution, font statistics. 
 | 
| com.scroogexhtml.rtf | 
 Provides RTF standard datatypes and constants. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
FontReplacing.replace(ScroogeXHTMLBase converter,
       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. 
 | 
String | 
DefaultFontReplacer.replace(ScroogeXHTMLBase converter,
       String rtfFontName,
       FontFamily rtfFontFamily)  | 
| Modifier and Type | Method and Description | 
|---|---|
static FontFamily | 
FontFamily.valueOf(String name)
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. 
 | 
Copyright © 2019 Habarisoft. All rights reserved.