Labrium

Results 17 comments of Labrium

Updating Zed to 0.119.17 makes it even worse, only showing exactly 9 lines (712 characters): ![Screen Shot 2024-01-24 at 12 01 54 PM](https://github.com/zed-industries/zed/assets/76017200/70f87fa5-bd38-44b1-9671-b959489277ff) Is this because of the new GPUI...

> Given that there is a lot of builds, we could narrow down precisely when this began to break. @tjarratt I did this manually and the latest release that works...

That's the main problem I was having with the prebuilt love-apple-dependencies on macOS. After building it myself from the official FreeType 2.12.0 source instead of from the megasource, it worked...

I've investigated it further, and it looks like the `FT_Err_Cannot_Render_Glyph` error is being caused by [this commit](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=7b3ebb9c1275d3cded7ea7e683cb43993bcc4cd4). Commenting out lines 303-309 in `src/sdf/ftsdfrend.c` makes it work correctly (restoring the same...

Sorry for the long delay, I forgot this wasn't finished. I can take care of the rest of the changes.

It looks like mono hinting and sdf options cannot be used together since they use different rendermodes. If this is a problem, I can do further testing to see what...

It looks like there was no error needed to fix the rendermode problem.