Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.9.1
- Updated
subsetdefault options.
0.9.0
- Added possibility to pass subsetter options via kwargs in
subsetmethod. - Updated docstrings.
0.8.0
- Added
clonemethod. - Added
get_fingerprint_matchmethod. - Added
get_versionmethod. - Removed
matchmethod.
0.7.0
- Added
get_fingerprintmethod. - Added
get_imagemethod. - Added
get_italic_anglemethod. - Added
matchmethod. - Refactored
get_weightandget_widthmethods. - Updated unicode blocks and scripts data.
- Updated requirements.
0.6.0
- Added
closemethod. - Added possibility to use
Fontclass as context manager.
0.5.0
- Improved
subsetunicodesarg to support also list ofintcodepoints. - Moved features and unicode data to json files.
- Moved
parse_unicodesto the subset module and made it a public re-usable function. - Updated
python-fsutilrequirement version to0.6.0.
0.4.0
- Added more informations to characters returned by
get_charactersmethod. - Added
get_unicode_block_by_nameandget_unicode_script_by_namemethods. - Improved
subsetunicodes parsing. - Renamed
unimodule tounicodedata.
0.3.0
- Added
get_unicode_blocksmethod. - Added
get_unicode_scriptsmethod. - Changed
get_nameandset_nameto read/write both Mac and Windows IDs. - Fixed hardcoded class name in
__str__method. - Fixed
setup.pywarning and updated totoxconfiguration. - Removed
get_scriptsmethod. - Removed
get_scripts_by_charactersclass method. - Replaced single quotes
'with double quotes"(Black formatting).
0.2.3
- Added
get_scripts_by_charactersclass method. - Fixed
TypeErrorraised on save after renaming. - Fixed
get_nameandset_namelangID parameter. - Improved
subsetunicodes string parsing. - Replaced Travis CI with Github Workflow.
- Formatted code with Black.
0.2.2
- Fixed
renamemethod to raise aValueErrorwhen the computed PostScript name exceeds the allowed max-length (63). - Fixed
to_sliced_variablewhen axes coordinates are passed as dict doesn't contain 'min' or 'max' keys. - Changed
get_variable_axesandget_variable_instancesreturned dicts keys from camelCase to snake_keys. - Changed
get_variable_instancesmethod return value. - Reduced return calls in
get_formatmethod. - Improved tests.