Releases: ManimCommunity/ManimPango
Releases · ManimCommunity/ManimPango
ManimPango v0.2.1
This release contains:
- New wheels for macOS. Please open an issue if it doesn't work.
- Pango v1.48.1 is used for Windows and macOS Wheels.
- Bug Fix: Unicode font file names.
- Support PEP 517. Add a
pyproject.toml
- Rewrite setup.py,
pkg-config
is now optional.
ManimPango v0.2.0
This release contains:
- Add a new method to list the fonts visible to Pango. (Available on all OS).
- Pango v1.48.0 is used for Windows Wheels now.
- Added CoC
- Fix a API difference between OS in
unregister_font()
method.
ManimPango v0.1.7
This release contains:
- A new function for Linux users,
unregister_font()
. register_font()
which was previously Linux only, is
now available for Windows.unregister_font()
is available for Windows.
ManimPango v0.1.6
This release contains:
- Add validation for Pango Markup (via PR #9)
ManimPango v0.1.5
This a bug fix release:
- Fixed a Memory leak from PangoFontDescription.
ManimPango v0.1.4
This release contains:
- fix ligature bug
- add a readme(build instructions)
- manylinux2014 wheels with latest Pango version are build with this release.
Open a issue if things doesn't work.
ManimPango v0.1.3
New API, register_font
, which can be used to load a font from TTF file and use it with Text
only for Linux users. For other OS users, this doesn't work.
Release v0.1.2
Add support for MarkupText tada
Contributed by @PhilippImhof
Release v0.1.1
Bug Fixes
A small bug fix that made impossible to have to make style for specific text of a string.
Initial Release
v0.1.0 Update README