Get all glyphs from font

This commit is contained in:
bloeys
2022-06-30 07:48:20 +04:00
parent a94f174f97
commit a1a7f23a0a
7 changed files with 109 additions and 21 deletions

10
go.mod
View File

@ -2,14 +2,16 @@ module github.com/bloeys/nterm
go 1.18
require github.com/bloeys/nmage v0.11.12
require (
github.com/bloeys/nmage v0.11.12
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/veandco/go-sdl2 v0.4.10
golang.org/x/image v0.0.0-20220617043117-41969df76e82
)
require (
github.com/bloeys/assimp-go v0.4.2 // indirect
github.com/bloeys/gglm v0.3.1 // indirect
github.com/go-gl/gl v0.0.0-20211025173605-bda47ffaa784 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/inkyblackness/imgui-go/v4 v4.3.0 // indirect
github.com/veandco/go-sdl2 v0.4.10 // indirect
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
)