BB FlashBack SDK: InsertTextBoxParams

FontStyle

Description

Describes the font attributes: bold, italic, underline.

Syntax

[C#/C++]
public long FontStyle;

[VB.NET]
Public Property FontStyle As Long

Remarks

Bits 0-2 determine the font style. Set the bits to enable a particular style:

Bit 0

Bold

Bit 1

Italic

Bit 2

Underlined

See Also

InsertTextBoxParams::FontName  InsertTextBoxParams::FontSize