Default to 8bit aa mode

master
Allen Webster 2021-01-17 14:13:40 -08:00
parent ee3ad5c0e0
commit 474bb3c434
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -71,7 +71,7 @@ default_font_hinting = false;
// aa modes:
// 8bit - mono-chrome 0-255 opacity channel per pixel
// 1bit - mono-chrome 0/1 opacity channel per pixel
default_font_aa_mode = "1bit";
default_font_aa_mode = "8bit";
// User
user_name = "not-set";