From 57c6208b50ac0959911a1966187c9bb036bd40a9 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 18 Mar 2022 17:31:23 +0100 Subject: Add glyphs for accent keys The "dotted circle" character combined with the accent was badly rendered on many devices. --- srcs/special_font/build.pe | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/special_font/build.pe') diff --git a/srcs/special_font/build.pe b/srcs/special_font/build.pe index de5ed23..be9c54a 100644 --- a/srcs/special_font/build.pe +++ b/srcs/special_font/build.pe @@ -7,6 +7,7 @@ i = 2 while (i < $argc) Select(Strtol($argv[i]:t:r, 16)) Import($argv[i]) + AutoWidth(150) i++ endloop -- cgit v1.2.3