Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.24.0
0.23.1
- Fix
get_format
with.otf
fonts withCFF2
table. - Bump requirements and
pre-commit
hooks
0.23.0
- Add
get_family_classification
andset_family_classification
methods. - Improve
slugify
utility function. - Bump requirements and
pre-commit
hooks
0.22.0
- Add
is_monospace
method. - Add
mypy
topre-commit
. - Fix
pyproject
Ruff
conf warnings. - Bump requirements and
pre-commit
hooks
0.21.0
- Add type hints.
- Add vertical metrics keys available as class properties.
- Improve code quality.
- Bump requirements and
pre-commit
hooks
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
sanitize
method. - Enforce keyword arguments usage.
- Use custom exceptions.
0.17.2
- Fix possible
TypeError
: '<' not supported between instances of 'NoneType' and 'int'.
0.17.1
- Add
get_variable_instance_by_style_name
method. - Increase tests coverage.