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