9 hours ago
Quote:Const PDF_FONT_HELVETICA_BOLD_OBLIQUE = "Helvetica-BoldOblique"Good Catch! Thanks it has been added.
I've done a few quality of life improvements and added few more commands.
You can now access the special characters that are in Appendix D of PDF ref 1.7v
When add text in your string you simply use a '\' followed by a 3 digit octal number. The example hopefully makes it clear.
Code: (Select All)
SUB pdfSetTitle (s AS STRING)
SUB pdfSetAuthor (s AS STRING)
SUB pdfSetKeywords (s AS STRING)
SUB pdfSetCreator (s AS STRING)
SUB pdfSetProducer (s AS STRING)
Hope fully these command will make life a little easier, plus they also can take special characters.
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool