Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Align ¶
type Align struct {
// contains filtered or unexported fields
}
Align aligns a renderable horizontally and vertically within a given space.
type VerticalMethod ¶
type VerticalMethod string
VerticalMethod represents vertical alignment.
const ( Top VerticalMethod = "top" Middle VerticalMethod = "middle" Bottom VerticalMethod = "bottom" )
Click to show internal directories.
Click to hide internal directories.