Documentation
¶
Overview ¶
Package picofont provides the Pico-8 font created by Zep.
The font is available under the CC0 license: https://creativecommons.org/publicdomain/zero/1.0/
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sheet = pifont.Sheet{
Height: 8,
FgColor: 1,
BgColor: 0,
}
Sheet provides 256 characters. The first 128 characters (0–127) have 4px width, while the last 128 characters (128–255) have 8px. See font.png for details.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.