3b1b / manim

Animation engine for explanatory math videos
MIT License
70.79k stars 6.23k forks source link

Set the default font type for manim #2100

Closed fededed56 closed 6 months ago

fededed56 commented 9 months ago

When I use the Text() function, I write the text in Chinese, but it see that Manim does not support Chinese,I think manim should set the default font is MSYH

pushpankar commented 7 months ago

Manim supports custom font though: https://github.com/3b1b/manim/blob/4729e44e057fcc4f02b4d6bdb64c010af4a540b3/manimlib/mobject/svg/text_mobject.py#L82

fededed56 commented 6 months ago

ok,thanks