Commit Graph

8 Commits

Author SHA1 Message Date
1f3df51371 fix: update font variable typo 2024-05-23 15:13:12 +10:00
d58a88196a fix: use noto sans for text insertion on pdfs
Use Noto Sans to gracefully handle inserting custom text
on PDF's. Previously we were using Helvetica which is a
standard PDF font but that would fail for any character
that couldn't be encoded in WinANSI.

Noto Sans was chosen as it has support for a large number
of languages and glyphs with challenges now being adding
support for CJK glyphs.
2024-05-23 13:07:37 +10:00
ad6fad1182 fix: custom text with multiline throwing an error
took me hours
2024-02-17 10:43:22 +00:00
8230349114 fix: unable to load font for signing 2023-11-24 16:17:54 +11:00
34232c79e5 feat: add single player mode 2023-11-06 13:01:43 +11:00
e5871da7b5 chore: fix eslint errors 2023-11-06 13:01:15 +11:00
d1db20ff4a chore: removed console.logs and warn 2023-11-06 13:01:12 +11:00
7a705e3b81 feat: document authoring 2023-11-06 13:01:09 +11:00