[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontStyle

Enum FontStyle

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Specifies the emulated style of the font, if necessary.

[Flags]
public enum FontStyle

Fields

Bold = 1

Bold text.

BoldItalic = Bold | Italic

Applied both the Bold and Italic attributes.

Italic = 2

Italic text.

Regular = 0

Normal text.