manim/tests/module/mobject/text
Said Taghadouini fcd81b21a4
Improve handling of specified font name (#3429)
Co-authored-by: Jason Grace <110117391+JasonGrace2282@users.noreply.github.com>
Co-authored-by: JasonGrace2282 <aarush.deshpande@gmail.com>

The proposed fix does two things :

* If the specified font is 'sans-serif' : change it to 'sans' as this is the name used in the list of fonts
* if the font name is not in the list of fonts, automatically check if the capitalized version of the font exists in the list of fonts. If not, print a warning to the user.
2024-02-13 15:26:54 -05:00
..
test_markup.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_numbers.py Adding :class: ManimColor to manim and converting all types (#3020) 2023-08-08 14:47:00 +02:00
test_texmobject.py Refactor TexTemplate (#3520) 2024-01-15 18:39:03 +00:00
test_text_mobject.py Improve handling of specified font name (#3429) 2024-02-13 15:26:54 -05:00