fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.34k stars 352 forks source link

[Question] Any way to add letter space to string #160

Open nyrf opened 2 years ago

nyrf commented 2 years ago

Sometimes we need add letter space when draw string, any way to do that? thanks.