You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
currently only simple fonts are allowed, and any attempt to render using a composite font will just drop anything outside the 256 glyphs. I have been digging into Composite fonts here and have also dug into TCPDF's addTTFfont method. I was considering trying to port that method over here in the following weeks. I figured I would open a dialog with you first to see if you had any other options in mind to enable this.
currently only simple fonts are allowed, and any attempt to render using a composite font will just drop anything outside the 256 glyphs. I have been digging into Composite fonts here and have also dug into TCPDF's addTTFfont method. I was considering trying to port that method over here in the following weeks. I figured I would open a dialog with you first to see if you had any other options in mind to enable this.