Unable to dynamically load fonts from a web source #179
Unanswered
greyhoundgames
asked this question in
Q&A
Replies: 1 comment 3 replies
-
sounds like its going to be an issue inside what ever |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use this library in AWS lambda and loading the font in dynamically from the web. I cannot get past the setup as it errors with Arial could not be found: FontFamilyNotFoundException. I am printing out the font name and family and it correctly has loaded the font as Arial. The examples don't show having to store these fonts somewhere to be used so I assume they are being cached locally. Any input into what I might be doing wrong would be great.
Beta Was this translation helpful? Give feedback.
All reactions