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);` 