Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allignment ¶
type Allignment uint8
const ( Allignment_TopLeft Allignment = iota Allignment_TopCenter Allignment_TopRight Allignment_MiddleLeft Allignment_MiddleCenter Allignment_MiddleRight Allignment_BottomLeft Allignment_BottomCenter Allignment_BottomRight )
type Font ¶
type Font struct { Size uint64 // Size is based on the height of character LineHeight uint64 // Space between lines Allignment Allignment // contains filtered or unexported fields }
func MustNewFontFromFile ¶
Click to show internal directories.
Click to hide internal directories.