import "golang.org/x/image/font/inconsolata"
Package inconsolata provides pre-rendered bitmap versions of the Inconsolata font family.
Inconsolata is copyright Raph Levien and Cyreal. This package is licensed under Go's BSD-style license (https://golang.org/LICENSE) with their permission.
Inconsolata's home page is at http://www.levien.com/type/myfonts/inconsolata.html
bold8x16.go inconsolata.go regular8x16.go
Bold8x16 is a bold weight, 8x16 font face.
var Bold8x16 *basicfont.Face = &bold8x16
Regular8x16 is a regular weight, 8x16 font face.
var Regular8x16 *basicfont.Face = ®ular8x16