deo

Results 1 comments of deo

### ChatGPT solution that actually worked: replace line 9 in src/free_glyph.c: `FT_Int32 load_flags = FT_LOAD_RENDER | FT_LOAD_TARGET_(FT_RENDER_MODE_SDF);` with: `FT_Int32 load_flags = FT_LOAD_RENDER | FT_LOAD_TARGET_(FT_RENDER_MODE_NORMAL);` ![Image](https://github.com/user-attachments/assets/6fab3bda-9fab-4463-90d0-63aaf1decea2)