Merge pull request #1514 from madig/varLib-load_designspace-add-ital-std-name

[varLib] load_designspace: add standard en name for ital tag
This commit is contained in:
Nikolaus Waxweiler 2019-02-22 13:13:27 +00:00 committed by GitHub
commit 1fccfacb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -688,6 +688,7 @@ def load_designspace(designspace):
('width', ('wdth', {'en': u'Width'})),
('slant', ('slnt', {'en': u'Slant'})),
('optical', ('opsz', {'en': u'Optical Size'})),
('italic', ('ital', {'en': u'Italic'})),
])
# Setup axes

View File

@ -1,3 +1,6 @@
- [varLib] ``load_designspace()``: Provide a default English name for the ital
axis tag.
3.38.0 (released 2019-02-18)
----------------------------