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
In v3.4.1 and v3.4.2 a bug was introduced which breaks custom fonts.
I get the error:
Unable to look up font label for font 'ARIALN', 'bold'. Refer to getFontList() for available fonts.
Unable to look up font label for font 'ARIALNB', 'normal'. Refer to getFontList() for available fonts.
It seems to be inverting either the font or fontStyle between lines of fonts I am printing out.
If I switch back to v3.4.0 then it works.
The issue has to do with this block of code, if I copy the stylesMofifiers block from the previous version then everything is working again.
In v3.4.1 and v3.4.2 a bug was introduced which breaks custom fonts.
I get the error:
Unable to look up font label for font 'ARIALN', 'bold'. Refer to getFontList() for available fonts.
Unable to look up font label for font 'ARIALNB', 'normal'. Refer to getFontList() for available fonts.
It seems to be inverting either the font or fontStyle between lines of fonts I am printing out.
If I switch back to v3.4.0 then it works.
The issue has to do with this block of code, if I copy the stylesMofifiers block from the previous version then everything is working again.
d6e69da?diff=split
The text was updated successfully, but these errors were encountered: