Replies: 1 comment 1 reply
-
You will need to add the fonts to your application. If you only have a single font I would advise you to specifiy a path to your font instead: var captionSettings = new MagickReadSettings()
{
Font = "/fonts/Times.ttf"
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to generate an image within the AWS Lambda function. Everything is fine except this piece of code:
I am getting
UnableToReadFont 'helvetica' @ error/annotate.c/RenderFreetype/1403
. The version in the test environment on a PC works just fine. This might be because Lambda has no fonts whatsoever.Can I do anything about it? Is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions