Table of Contents

Enum FontStyle

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

The font styles

[Flags]
public enum FontStyle

Fields

Bold = 1

Bold

BoldItalic = Bold | Italic

Bold and Italic

Italic = 2

Italic

Regular = 0

Regular