Hi everyone!
I am looking for a best way to render fonts like TTF and Type 1 in my Go programm. I have looked at the Freetype port into Go, but it is incomplete (Type1 are not implemented) and also lacks some feature like setting text matrix (or at least I have not found how to do it). I have also looked at different graphic libraries like Gio, but am still not competely sure how fonts are rendered there. Seems like they are using
github.com/srwiley/rasterx, am I correct? Is it a wrapper to Freetype or a completely undependent font renderer? I am also not sure about the quality of glyph rendering there, will it be good enough for printing?
So I will be grateful for any comments about the package named above and also about other possible ways to render fonts in Go. May be I am missing something obvious.
Thank you very much in advance,
Yuliana