Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Available = []rune{'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'Æ', 'Ø', 'Å', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'æ', 'ø', 'å', '.', ';', ',', '\'', '"', '*', '+', '!', '?', '-', '=', '_', '/', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '(', ')', '→', '{', '}', '[', ']', '<', '>', '&', '|', '\\'}
Available is a slice with all available runes, for this package
Functions ¶
func Draw ¶
Draw will draw an image of the selected rune at (x,y). If the rune is not available, an error will be returned. r,g,b is the main color of the rune.
func DrawString ¶
DrawString draws the given string using this font
Types ¶
Click to show internal directories.
Click to hide internal directories.