Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unifont

Go Reference

A go library for using GNU Unifont with Go. Implements the golang.org/x/image/font.Face interface for using with that package.

Use

import "github.com/steelseries/unifont"

...

uf, err := unifont.ParseHexFile("unifont.hex")
if err != nil {
    panic(err)
}

face, err := unifont.NewFace(uf, 1)
if err != nil {
    panic(err)
}

// use face like any other font.Face, with font.Drawer/etc.

About

Support for Unifont HEX files in Go

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages