Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Align ¶
type Align string
Text alignment. A two character string, the first character is horizontal alignment, the second character vertical alignment. For the first character: L (left), C (centered), R (right) For the second character: T (top), C (centered), B (bottom)
type Label ¶
type Label struct { Kind LabelKind Text string Img *image.RGBA Color color.RGBA Symbol SymbolType Align Align }
func S ¶
func S(s SymbolType) Label
type SymbolType ¶
type SymbolType int
const ( SymbolNone SymbolType = iota SymbolX SymbolUnderscore SymbolCircle SymbolCircleFilled SymbolRect SymbolRectFilled SymbolTriangleUp SymbolTriangleDown SymbolTriangleLeft SymbolTriangleRight SymbolPlus SymbolMinus )
Click to show internal directories.
Click to hide internal directories.