docs: update documents
This commit is contained in:
parent
92458aece2
commit
706896737b
18 changed files with 83 additions and 18 deletions
1
title.go
1
title.go
|
|
@ -84,6 +84,7 @@ type titlePainter struct {
|
|||
opt *TitleOption
|
||||
}
|
||||
|
||||
// NewTitlePainter returns a title renderer
|
||||
func NewTitlePainter(p *Painter, opt TitleOption) *titlePainter {
|
||||
return &titlePainter{
|
||||
p: p,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue