Releases: fabiocaccamo/python-fontbro
Releases · fabiocaccamo/python-fontbro
0.10.1
- Improved renaming according to RIBBI.
- Fixed rename subfamily name error.
0.10.0
- Improved renaming according to RIBBI.
- Updated style flags on save according to subfamily name.
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).