Thank you, I will have a look. I have hoped on finding pure Go,
but may be it is unrealistic.
On Saturday, December 23, 2023 at 1:10:13 AM UTC+3 Howard C. Shaw III wrote:
> I think Freetype may still be your best bet - but rather than the Freetype
> port, you would need to use a wrapper that c
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