File issue2209.diff of Package lite-xl
--- a/src/renderer.c.smb 2026-03-09 18:54:48.054762074 -0400
+++ b/src/renderer.c 2026-03-09 18:57:08.788445130 -0400
@@ -170,7 +170,7 @@
switch (font->hinting) {
case FONT_HINTING_NONE: FT_Library_SetLcdFilter(library, FT_LCD_FILTER_NONE); break;
case FONT_HINTING_SLIGHT:
- case FONT_HINTING_FULL: FT_Library_SetLcdFilterWeights(library, weights); break;
+ case FONT_HINTING_FULL: //FT_Library_SetLcdFilterWeights(library, weights); break;
}
return FT_RENDER_MODE_LCD;
} else {