The future of text is Text objects. arcade.draw_text(..) will in most cases be 10-100 times slower no matter how many fancy tricks we come up with.
We should start to promote using Text objects over draw_text() in examples to slowly start a process were we can possibly remove arcade.draw_text in the future.