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
the test font is downloaded on google font NotoSansMongolian-Regular, and i've followed the readme instruction and convert the font to js module and import it on the html like this:
Description
I'm using jspdf v2.5.1, and faced the mongolian font error problem:
here is how i create the instance :
and i'm using canvas context to draw text, like this:
the test font is downloaded on google font NotoSansMongolian-Regular, and i've followed the readme instruction and convert the font to js module and import it on the html like this:
and it is using the mongolian font fine, but the thing is the font should looked like this(each character group together to show the whole word):
but it just displayed each character alone:
since it looks fine on browser when using this specific font, i think maybe there need a specific procession on the low level font process?
The text was updated successfully, but these errors were encountered: