TerminalRenderUnderline

Public render underline style identifiers.

Properties

Link copied to clipboard
const val CURLY: Int = 3

Curly underline.

Link copied to clipboard
const val DASHED: Int = 5

Dashed underline.

Link copied to clipboard
const val DOTTED: Int = 4

Dotted underline.

Link copied to clipboard
const val DOUBLE: Int = 2

Double straight underline.

Link copied to clipboard
const val NONE: Int = 0

No underline decoration.

Link copied to clipboard
const val SINGLE: Int = 1

Single straight underline.