abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/build.pe
diff options
context:
space:
mode:
authorJules Aguillon2022-03-18 17:31:23 +0100
committerJules Aguillon2022-03-18 17:31:23 +0100
commit57c6208b50ac0959911a1966187c9bb036bd40a9 (patch)
tree9731f739d32a83971a52a9df25ca58243a6c529b /srcs/special_font/build.pe
parentd733f8c78c4159dd78d5c9ffa2683cfb3fa894e8 (diff)
downloadunexpected-keyboard-57c6208b50ac0959911a1966187c9bb036bd40a9.tar.gz
unexpected-keyboard-57c6208b50ac0959911a1966187c9bb036bd40a9.zip
Add glyphs for accent keys
The "dotted circle" character combined with the accent was badly rendered on many devices.
Diffstat (limited to 'srcs/special_font/build.pe')
-rw-r--r--srcs/special_font/build.pe1
1 files changed, 1 insertions, 0 deletions
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