You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ This can also be enabled programmatically with `warnings.simplefilter('default',
29
29
-[`FPDF.image()`](https://pyfpdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.image): allowing images path starting with `data` to be passed as input
30
30
- text overflow is better handled by `FPDF.write()` & `FPDF.write_html()` - _cf._[issue #847](https://github.com/PyFPDF/fpdf2/issues/847)
31
31
- the initial text color is preserved when using `FPDF.write_html()` - _cf._[issue #846](https://github.com/PyFPDF/fpdf2/issues/846)
32
+
- handle superscript and subscript correctly when rendering `TextLine`- [Pull Request #862](https://github.com/PyFPDF/fpdf2/pull/862)
32
33
### Deprecated
33
34
- the `center` optional parameter of [`FPDF.cell()`](https://pyfpdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.cell) is **no more** deprecated, as it allows for horizontal positioning, which is different from text alignment control with `align="C"`
0 commit comments