FontStyle

FontStyle enumeration

Flags that describe how expected text looks when sizing a redaction region.

[Flags]
public enum FontStyle

Values

Name Value Description
Regular 0 Plain text without emphasis.
Bold 1 Heavier stroke weight.
Italic 2 Slanted glyphs.
Underline 4 Text rendered with an underline.
Strikeout 8 Text rendered with a line through the glyphs.

See Also