Anderson Herzogenrath da Costa
Anderson Herzogenrath da Costa
Test command: pytest test/text/test_cell.py::test_cell_speed_with_long_text --durations=0 **pypi (latest release)** ``` 31.18s call test/text/test_cell.py::test_cell_speed_with_long_text 29.97s call test/text/test_cell.py::test_cell_speed_with_long_text 31.14s call test/text/test_cell.py::test_cell_speed_with_long_text 32.86s call test/text/test_cell.py::test_cell_speed_with_long_text 30.16s call test/text/test_cell.py::test_cell_speed_with_long_text ``` **Current master:** ``` 33.94s call...
> Hello. I want to start contributing to the project. Is the issue still open? If so, what needs to be done? At first glance you will need to modify...
> but it can only produce black-and-white emoji and i want a colorful one. Color fonts are not part of the PDF standard so readers won't render them. Some other...
Expanding a little more on this topic. Despite their widespread use, color fonts are not supported by the PDF standard. This means that even if a PDF producer embeds all...
The code below is taking your example and applying the approach taken on #678 to adjust the page size: ```python from fpdf import FPDF pdf = FPDF("P", "mm", (135, 999999))...
> Hello, I´d like to work on this issue. I added your name as assignee. Let us know if you have any question.
I will try to make some time for a complete review by tomorrow. For now I am running some tests and it's interesting your PR makes it clear we are...
The characters will be rendered as a sequence if they are only moving on the x axis by the character length, but if there is any offset (kerning, etc) we...
Adding to this issue: - When you have alias ({nb}) in the text in a multi cell with alignment justified, the line width will be calculated with the alias size...
Hi @qarmin, Thank you for the suggestion. I've been reading Ruff's documentation and so far ruff is not a drop-in replacement for pylint https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-pylint I am running some tests, and...