config.py: fix kerning table

duplicate entries in the kerning table caused non-deterministic 
text graphics to be generated
master
Nick Zatkovich 2017-07-31 00:29:06 -07:00
parent 648f6aebe9
commit 4186211e3f
1 changed files with 1 additions and 1 deletions

View File

@ -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,