Versions in this module Expand all Collapse all v0 v0.0.2 Dec 30, 2024 v0.0.1 Dec 30, 2024 Changes in this version + type Font interface + Bold func(opts *truetype.Options) font.Face + BoldItalic func(opts *truetype.Options) font.Face + Italic func(opts *truetype.Options) font.Face + Regular func(opts *truetype.Options) font.Face + var Go Font = goFont{} + var Hack Font = hackFont{}