fogleman / gg

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

[Feature Request] Support OpenType fonts #94

Open jrebey opened 4 years ago

jrebey commented 4 years ago

Pretty self-explanatory. This lib only supports TrueType fonts and it would be nice if it also supported OpenType.

zpl-zak commented 4 years ago

OpenType support would be appreciated.

sbinet commented 3 years ago

as of https://github.com/golang/go/issues/22451 OpenType support + full x/image/font.Face support is in x/image/font.

having gg migrate away from freetype/truetype.Font and to font.Face would be great.