Open andersonhc opened 3 days ago
Fixes #224
This PR introduces the initial implementation for Type 3 fonts and Color Fonts in PDFs. 🚀
fpdf.draw_path()
Checklist:
[ ] A unit test is covering the code added / modified by this PR
[ ] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder
docs/
[ ] A mention of the change is present in CHANGELOG.md
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.
Initial Draft: Type 3 Fonts and Color Fonts Support
Fixes #224
This PR introduces the initial implementation for Type 3 fonts and Color Fonts in PDFs. 🚀
Features:
fpdf.draw_path()
to produce the desired output without writing directly to the buffer.Next Steps:
Checklist:
[ ] A unit test is covering the code added / modified by this PR
[ ] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folder[ ] A mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.