Skip to content

New image clipping methods

Compare
Choose a tag to compare
@Lucas-C Lucas-C released this 02 May 22:05
· 611 commits to master since this release

Added

Modified

  • TextMode, XPos & YPos now inherit from CoerciveEnum and hence can simply be passed as string parameters

Fixed

  • infinite loop when calling .multi_cell() without enough horizontal space - cf. #389

Removed

  • support for .pkl files passed to add_font(). This was deprecated since v2.5.1.
    As a consequence, fpdf2 no more uses the pickle module.