I have the following text in Manim Community v0.16.0.post0:
dioscuri = Text("DIOSCURI", weight=BOLD, font="Arial", color=BLACK)
self.play(Write(dioscuri))
I would like the text to be written using the Write method, for example, in the upper left corner and not in the center of the scene as by default. In other words, how do I start the text-writing animation at a specific position?