Skip to content

Commit b317b8a

Browse files
TedBrookingsLucas-C
authored andcommitted
Use derived classes instead of passing function defsd
* Restore default drawing commands instead of wrapping * Differentiate between col_idx and col_pos
1 parent 4794ced commit b317b8a

File tree

4 files changed

+383
-152
lines changed

4 files changed

+383
-152
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This can also be enabled programmatically with `warnings.simplefilter('default',
2929
* documentation on [verifying provenance of `fpdf2` releases](https://py-pdf.github.io/fpdf2/#verifying-provenance)
3030
* documentation on [`fpdf2` internals](https://py-pdf.github.io/fpdf2/Internals.html)
3131
* added Slovenian translation of the tutorial: [Vodič](https://py-pdf.github.io/fpdf2/Tutorial-sl.html) - thanks to @DeepBlackHole
32+
* support for adding TrueType fonts that are missing the `.notdef` glyph - [issue #1161](https://github.com/py-pdf/fpdf2/issues/1161) - thanks to @spacegaori
3233
* improved SVG image speed by 50% to 70% - thanks to @petri-lipponen-movesense - [PR #1350](https://github.com/py-pdf/fpdf2/pull/1350)
3334
* [`TableBordersLayout`](https://py-pdf.github.io/fpdf2/fpdf/table.html#fpdf.table.TableBordersLayout) is now a non-enum class that supports customizable layouts. The members of the old enum class are now static members of the class and thus can be used as standard options using the same syntax as previously.
3435
### Fixed

0 commit comments

Comments
 (0)