Skip to content

Fixed SetCurrentPage() method and minor changes

Latest
Compare
Choose a tag to compare
@balacode balacode released this 08 Jun 14:27

🔹 Fixed SetCurrentPage() method that was doing nothing
🔹 Replaced redundant 'io/ioutil' package with 'os' and 'io' packages
🔹 Renamed receiver of PDF from 'ob' to 'p'
🔹 Renamed receiver of pdfTTFont from 'ob' to 'f'