[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"

Re: [go-nuts] unix.Select with fd gotten from named pipe on macos behaves differently compared to linux

2023-12-22 Thread Kurtis Rader
On Thu, Dec 21, 2023 at 5:40 PM Steven Hartland wrote: > poll and select for this behavior was broken in FreeBSD up until 195423 > was committed as detailed > by this bug report > . > > Given