gg
gg copied to clipboard
[Feature Request] Support OpenType fonts
Pretty self-explanatory. This lib only supports TrueType fonts and it would be nice if it also supported OpenType.
OpenType support would be appreciated.
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.