Skip to content

v1.9.2

Compare
Choose a tag to compare
@chunyenHuang chunyenHuang released this 20 Apr 22:30
· 59 commits to master since this release
  • Added argument to registerFont to allow categorization of font as one of regular, bold, italic, bold-italic.
  • Used in this manner, the first argument represents the family name of the font.
  • Added margins argument to createPage to allow overriding of default page margin.
  • Added margins interface to set/get current page margins.
  • Added layout interface for text columns.
  • Added table interface.
  • Added tests for text columns, layout and table feature