MCPcopy
hub / github.com/mum4k/termdash / Italic

Function Italic

cell/cell.go:81–85  ·  view source on GitHub ↗

Italic makes cell's text italic. Only works when using the tcell backend.

()

Source from the content-addressed store, hash-verified

79
80// Italic makes cell's text italic. Only works when using the tcell backend.
81func Italic() Option {
82 return option(func(co *Options) {
83 co.Italic = true
84 })
85}
86
87// Underline makes cell's text underlined.
88func Underline() Option {

Callers 2

mainFunction · 0.92
TestNewOptionsFunction · 0.85

Calls 1

optionFuncType · 0.70

Tested by 1

TestNewOptionsFunction · 0.68