Re: [go-nuts] Re: Rendering fonts in Go

2024-01-12 Thread Jan Mercl
On Fri, Jan 12, 2024 at 12:34 PM 'Brian Candler' via golang-nuts wrote: > At worst, it may possible to compile C into Go. It sounds mad, but I believe > SQLite has been ported to pure Go this way. Challenge accepted: https://pkg.go.dev/modernc.org/libfreetype -- You received this message

[go-nuts] Re: Rendering fonts in Go

2024-01-12 Thread 'Brian Candler' via golang-nuts
At worst, it may possible to compile C into Go. It sounds mad, but I believe SQLite has been ported to pure Go this way. https://pkg.go.dev/modernc.org/sqlite https://twitter.com/bradfitz/status/855271867162083329?lang=en https://groups.google.com/g/golang-nuts/c/QDEczMhlQBU/m/4lCn2kP0AwAJ

[go-nuts] Re: Rendering fonts in Go

2024-01-11 Thread 'Yuliana Zigangirova' via golang-nuts
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

[go-nuts] Re: Rendering fonts in Go

2024-01-03 Thread Egon
There's also https://github.com/go-text/typesetting and github.com/go-text/render. But, I'm not sure whether it covers your needs. On Saturday 23 December 2023 at 00:10:13 UTC+2 Howard C. Shaw III wrote: > I think Freetype may still be your best bet - but rather than the Freetype > port, you

[go-nuts] Re: Rendering fonts in Go

2023-12-22 Thread Howard C. Shaw III
I think Freetype may still be your best bet - but rather than the Freetype port, you would need to use a wrapper that calls the Freetype C library, such as https://github.com/danielgatis/go-freetype -- You received this message because you are subscribed to the Google Groups "golang-nuts"