Versions in this module Expand all Collapse all v0 v0.0.0 Mar 20, 2019 Changes in this version + type CharmapType map[string]Letter + type Font struct + Charmap CharmapType + Metadata MetadataType + Name string + var TI84 Font = Font{ ... } + type Letter []Row + func AddKerning(letter Letter, amountOfKerning int) Letter + func GenerateSpace(width int, height int, fill int) Letter + func Render(msg string) []Letter + func (letter Letter) String() string + type MetadataType struct + AverageHeight int + AverageWidth int + MaxHeight int + TallerCharacters map[string]int + type Row []int