From 94b9561545ab01b08f09beb13bf132dec4b7be91 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 28 Aug 2025 03:48:37 +1000 Subject: [PATCH] remove set lcd filter call --- fonts.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/fonts.d b/fonts.d index 54641d6..85db2e3 100644 --- a/fonts.d +++ b/fonts.d @@ -129,8 +129,6 @@ CreateAtlas(Arena* arena, FontFace font, f32 size, u32 dimension) i32 font_size = Float26(size); - FT_Library_SetLcdFilter(FT_LIB, FT_LCD_FILTER_NONE); - foreach(FT_ULong char_code; 0 .. 0x7F) { FT_Set_Char_Size(font, font_size, 0, 0, 0);