Enum TextDecorLine

Specifies where to put text decoration lines, if any.

enum TextDecorLine : ubyte { ... }

Note that they can be combined with | to draw several lines.

Enum members

NameDescription
none
over
through
under