mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
config.py: fix kerning table
duplicate entries in the kerning table caused non-deterministic text graphics to be generated
This commit is contained in:
parent
648f6aebe9
commit
4186211e3f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ FONT_KERNING_RULES = {
|
|||
# Left character fits under right character:
|
||||
r'L[TY]': -4,
|
||||
r'L[014COQV]': -3,
|
||||
r'L[O09]': -2,
|
||||
r'L[9]': -2,
|
||||
r'[0O][4TY]': -2,
|
||||
r'[0O][1]': -1,
|
||||
r'Q[1T]': -2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue