Versions in this module Expand all Collapse all v0 v0.9.0 Oct 31, 2021 v0.8.0 May 1, 2020 Changes in this version + var ErrRuneNotAvailable = errors.New("rune not available") + func DrawImage(index rune) (image.Image, error) + type Icon rune + func New(r rune) Icon + func (i Icon) Kind() *base.Kind + func (i Icon) Mount(parent base.Control) (base.Element, error)