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
Here's useful info when you try to use non-ASCII codes.
MoviePY uses convert from ImageMagick to generate the TextClip. So, if you'd like to write non-ASCII characters, simply choose the font that works for your text.
For example:
txt = TextClip("🤫", font = 'Segoe-UI-Emoji', fontsize = 44) #Emoji Font
txt = TextClip("测试", font="Kaiti-TC-Regular", fontsize = 44) #Chinese Font
You can use identify -list font to see the list of available fonts you can use.
Related Issues: #507, #1520
The text was updated successfully, but these errors were encountered:
Here's useful info when you try to use non-ASCII codes.
MoviePY uses
convert
fromImageMagick
to generate the TextClip. So, if you'd like to write non-ASCII characters, simply choose the font that works for your text.For example:
You can use
identify -list font
to see the list of available fonts you can use.Related Issues: #507, #1520
The text was updated successfully, but these errors were encountered: