diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2021-07-29 14:52:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 20:52:44 +0200 |
| commit | e6fad808e9459ed6211c5ee04f3f1a00b786fa7a (patch) | |
| tree | 57a137a445bda8c91fa9b6854f21ca0b8f8822f1 /lib/lettering/font.py | |
| parent | 2161379b55be2aab0d639df2f2b7124b1544789f (diff) | |
Fix typos (#1291)
Diffstat (limited to 'lib/lettering/font.py')
| -rw-r--r-- | lib/lettering/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 81044853..ff726a56 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -114,7 +114,7 @@ class Font(object): min_scale = font_metadata('min_scale', 1.0) max_scale = font_metadata('max_scale', 1.0) - # use values from SVG Font, exemple: + # use values from SVG Font, example: # <font horiz-adv-x="45" ... <glyph .... horiz-adv-x="49" glyph-name="A" /> ... <hkern ... k="3"g1="A" g2="B" /> .... /> # Example font.json : "horiz_adv_x": {"A":49}, |
