Documentation ¶
Index ¶
- Variables
- type TextGrid
- func (g *TextGrid) AppendRune(r rune)
- func (g *TextGrid) AppendString(s string)
- func (g *TextGrid) BoxedLines(width, height, font, marginSpaceWrap int, flipBreak bool) []string
- func (g *TextGrid) Print(a ...any)
- func (g *TextGrid) Printf(format string, a ...any)
- func (g *TextGrid) Println(a ...any)
- func (g *TextGrid) RewindTo(cur geom.Point2)
Constants ¶
This section is empty.
Variables ¶
View Source
var TAB_SIZE = 4
Functions ¶
This section is empty.
Types ¶
type TextGrid ¶
func NewTextGrid ¶
func NewTextGrid() *TextGrid
func (*TextGrid) AppendRune ¶
func (*TextGrid) AppendString ¶
func (*TextGrid) BoxedLines ¶
BoxedLines width, height, font - in units marginSpaceWrap - in runes
Click to show internal directories.
Click to hide internal directories.