Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.25.0
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.
0.19.0
0.18.0
- Add
sanitizemethod. - Enforce keyword arguments usage.
- Use custom exceptions.
0.17.2
- Fix possible
TypeError: '<' not supported between instances of 'NoneType' and 'int'.