remove set lcd filter call
This commit is contained in:
parent
69f5cd1a76
commit
94b9561545
2
fonts.d
2
fonts.d
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user