diff options
| author | Jules Aguillon | 2022-03-18 17:31:23 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-18 17:31:23 +0100 |
| commit | 57c6208b50ac0959911a1966187c9bb036bd40a9 (patch) | |
| tree | 9731f739d32a83971a52a9df25ca58243a6c529b /srcs/special_font/build.pe | |
| parent | d733f8c78c4159dd78d5c9ffa2683cfb3fa894e8 (diff) | |
| download | unexpected-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.pe | 1 |
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 |
