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
I'm trying to render some user-inputted text into an image using node-canvas. Sometimes, users input glyphs which my font doesn't support. In CSS, I would specify a fallback font in which to look for glyphs – e.g. font-family: Helvetica, Arial, sans-serif; is there any equivalent in node-canvas?
The text was updated successfully, but these errors were encountered:
I'm trying to render some user-inputted text into an image using node-canvas. Sometimes, users input glyphs which my font doesn't support. In CSS, I would specify a fallback font in which to look for glyphs – e.g.
font-family: Helvetica, Arial, sans-serif
; is there any equivalent in node-canvas?The text was updated successfully, but these errors were encountered: