Skip to content

Commit

Permalink
Correct Font kerning attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist authored Aug 21, 2023
1 parent dff94d8 commit 89cfc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Font.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Font(YamlReader):
VALID_ATTRIBUTES = (
'validate', 'color', 'size', 'file', 'case', 'case_name',
'replacements', 'vertical_shift', 'interline_spacing',
'interword_spacing' 'kerning', 'stroke_width',
'interword_spacing', 'kerning', 'stroke_width',
)

"""Compiled regex to identify percentage values for scalars"""
Expand Down

0 comments on commit 89cfc92

Please sign in to comment.