Registry / utility / x-tinyfont

x-tinyfont

JSON →
library0.7.0gogounverified

A font rendering library for TinyGo.

go get tinygo.org/x/tinyfont
INSTALL
IMPORT
SIG · X-TINYFONT
X
x-tinyfont
utilitygov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinyfont
tinygo.org/x/tinyfont

Write text to a display using a font.

package main import ( "tinygo.org/x/tinyfont" "tinygo.org/x/tinyfont/freemono" ) func main() { display := tinyfont.New() tinyfont.WriteLine(display, &freemono.Bold9pt7b, 10, 20, "Hello", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
x-tinyfont — go get x-tinyfont · libregistry