position

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Align

type Align int
const (

	// Align left.
	Left Align = 0

	// Align center.
	Center Align = 1

	// Align right.
	Right Align = 2
)

Specifies horizontal alignment. Center alignment is the default value for alignments.

type VAlign

type VAlign int
const (

	// Align left.
	Top VAlign = 0

	// Align center.
	Middle VAlign = 1

	// Align right.
	Bottom VAlign = 2
)

Specifies horizontal alignment. Center alignment is the default value for alignments.

Jump to

Keyboard shortcuts

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