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

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/f7a9db8a-92db-438d-8024-e80ee7f5c8c4n%40googlegroups.com.

Reply via email to