Table of Contents

Enum LexFontStyle

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v10.dll

Specifies style information applied to text.

[Flags]
public enum LexFontStyle

Fields

Bold = 1

Bold text.

Italic = 2

Italic text.

Regular = 0

Normal text.

Strikeout = 8

Strikeout text.

Underline = 4

Underlined text.