Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.26.1
0.26.0
0.25.0
- Add
Python 3.13support. - Drop
Python 3.8andPython 3.9support. - Reset file pointer when saving to fileobject.
- Fix typing issues.
- Update
unicode-blocks.jsonandunicode-scripts.jsondata. - Bump requirements and
pre-commithooks.
0.24.0
- Add
get_svgmethod. - Add
is_colormethod. - Improve
is_monospacemethod accuracy by addingthresholdoption. - Bump requirements.
0.23.1
- Fix
get_formatwith.otffonts withCFF2table. - Bump requirements and
pre-commithooks
0.23.0
- Add
get_family_classificationandset_family_classificationmethods. - Improve
slugifyutility function. - Bump requirements and
pre-commithooks
0.22.0
- Add
is_monospacemethod. - Add
mypytopre-commit. - Fix
pyprojectRuffconf warnings. - Bump requirements and
pre-commithooks
0.21.0
- Add type hints.
- Add vertical metrics keys available as class properties.
- Improve code quality.
- Bump requirements and
pre-commithooks
0.20.0
- Add more vertical metrics:
units_per_em,y_max,y_min,ascent,descent,line_gap,typo_ascender,typo_descender,typo_line_gap,cap_height,x_height,win_ascent,win_descent.