Georg Mischler
Georg Mischler
**Background** The processing model of fpdf2 of pretty much "write any user input to the output stream immediately" makes it difficult and often nearly impossible to dynamically adapt to the...
**Error details** When `write_html()` encounters eg. a ``, then it will process that but the changed font will not necessarily be reflected in the output. **Minimal code** The "html_features" test...
## Background ## In typography, any vertical distances relating to running text are normally given as a factor relative to the font size. I don't remember ever encountering any layout...
Fixes: * paragraph top_margin was ignored in the presence of a bullet (see discussion in #1217) * indented paragraphs weren't made narrower, but the whole paragraph just shifted to the...
Fixes a lot of stuff **Checklist**: - [ ] The GitHub pipeline is OK (green), meaning that both `pylint` (static code analyzer) and `black` (code formatter) are happy with the...