remove set lcd filter call

This commit is contained in:
Matthew 2025-08-28 03:48:37 +10:00
parent 69f5cd1a76
commit 94b9561545

View File

@ -129,8 +129,6 @@ CreateAtlas(Arena* arena, FontFace font, f32 size, u32 dimension)
i32 font_size = Float26(size); i32 font_size = Float26(size);
FT_Library_SetLcdFilter(FT_LIB, FT_LCD_FILTER_NONE);
foreach(FT_ULong char_code; 0 .. 0x7F) foreach(FT_ULong char_code; 0 .. 0x7F)
{ {
FT_Set_Char_Size(font, font_size, 0, 0, 0); FT_Set_Char_Size(font, font_size, 0, 0, 0);