ITextCharacterFormat.FontStyle Property

Definition

Gets or sets the style of the font face, such as normal or italic.

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = iTextCharacterFormat.fontStyle;
iTextCharacterFormat.fontStyle = fontStyle;
Public Property FontStyle As FontStyle

Property Value

The font style.

Applies to