mskian
November 15, 2022, 12:58pm
1
Hi,
recently start using the n8n Edit image node it was really awesome and saved my time on writing codings
I need to add Unicode Language text for that I have to add a custom font
I install n8n via docker and managed via portainer
I read about this on forum posts but I have a lot of confusion in allocate a font folder path in the docker volume
or any other methods to add custom fonts?
Jon
November 15, 2022, 4:20pm
2
Hey @mskian ,
From what I remember before when I had a play with this the best option was to mount a new volume that contains the fonts you are after to the container.
This is the suggested I offered up last year on doing this: Add custom fonts for image edit - #2 by Jon
1 Like
mskian
November 16, 2022, 4:59am
3
Thanks now it working perfectly
I want to add Unicode-based languages like Tamil, Hindi but its not properly support the multi-language
i use proper supported font only but it have text render issues
Actual output
expected output
mskian
November 18, 2022, 5:19am
4
Is anyone facing this similar issue?
Jon
November 18, 2022, 11:42am
5
There could be some encoding issue somewhere, I am not sure if we do anything smart in the node I would need to take a proper look at some point.
mskian
November 19, 2022, 5:03am
6
yes it’s not the render the text clearly to image
Jon
May 23, 2023, 9:03am
8
Hey @mskian ,
I had forgotten about this, I am just looking again at the 2 images and I can see some of the characters are different was it the same content sent each time and the same font?
mskian
May 23, 2023, 10:26am
9
yes same content but different font but it tested it
seems Ii have a Unicode issue
opened 04:19AM - 16 Oct 22 UTC
# Bug report
## Description / Observed Behavior
When I tried to use Tamil … Font (Unicode) (Example: https://fonts.google.com/specimen/Baloo+Thambi+2) it was not rendering properly. So I tried the same one in `/pages/index.js` where it's working properly.
What kind of issues did you encounter with Satori?
![image](https://user-images.githubusercontent.com/8493007/196017509-1cdb51c5-b22b-46a4-bd78-8edb2099bf28.png)
## Expected Behavior
![image](https://user-images.githubusercontent.com/8493007/196017458-0ed752d6-2f2e-41d2-9f62-8cdb6d316b85.png)
## Reproduction
I created this repo (Main Branch): https://github.com/mcnaveen/bug-vercel-og
## Additional Context
Satori version, and any other context about the problem here.