StyleManager.FontItalic Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyleManager
Changes the font italic setting and returns an updated IStyle
public IStyle FontItalic(bool fontItalic);
Parameters
bool fontItalic | The new font italic setting |
Returns
IStyle | An IStyle for the new style |