Sets a value indicating whether the dialog box will show screen fonts, printer fonts, or both.
public final void setFontDevice( int value )
value
An integer that indicates whether the dialog box will show screen fonts, printer fonts, or both. Possible return values are constants defined in the FontDevice class.
WFCInvalidArgumentException thrown if value is not a valid FontDevice constant.
See Also getFontDevice