Go 推出自己的字型檔,詳見:
Golang 推出的字型檔
若只想要 TTF 字型:
- git clone https://go.googlesource.com/image
- 在 image/font/gofont/ttfs 目錄裡面有 TTF 字型檔
若要使用在 Go 程式裡面,需要下述動作:
import golang.org/x/image/font/gofont/goregular font, err := truetype.Parse(goregular.TTF)
註:github.com/golang/freetype/truetype 有提供 truetype.Parse 的功能