linestyle

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 96

Documentation

Overview

Package linestyle defines various line styles.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LineStyle

type LineStyle int

LineStyle defines the supported line styles.

const (
	// None indicates that no line should be present.
	None LineStyle = iota

	// Light is line style using the '─' characters.
	Light

	// Double is line style using the '═' characters.
	Double

	// Round is line style using the rounded corners '╭' characters.
	Round
)

Supported line styles. See https://en.wikipedia.org/wiki/Box-drawing_character.

func (LineStyle) String

func (ls LineStyle) String() string

String implements fmt.Stringer()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL