shotstack-samples / build-me-a-video-twitter-bot

Create a Twitter bot that creates videos from tweets using the Shotstack API
https://twitter.com/BuildMeAVideo/
MIT License
22 stars 3 forks source link

Arabic script is not supported #9

Closed Forpetesake2 closed 2 years ago

Forpetesake2 commented 2 years ago

Arabic fonts are not supported and lead to rectangles being shown.

We should check whether the current font supports Arabic. If this isn't the case a more inclusive font should be used. Alternatively the font should be chosen based on the script used.

image

https://twitter.com/i/status/1556653937088151557

Forpetesake2 commented 2 years ago

After a few tests it appears adding a fallback font is sufficient to support the Arabic script. This will likely have to be repeated for any other yet unsupported scripts in the future.