Advertisement
Guest User

Untitled

a guest
May 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class ChangeFont(Scene):
  2. def construct(self):
  3. new_font = TextMobject("{\\ubuntumono this is a test}")
  4. self.add(new_font)
  5. self.wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement