Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 483 Bytes

drawing_text.rst

File metadata and controls

20 lines (14 loc) · 483 Bytes
orphan

Drawing Text

Screenshot of drawing text

This example shows how to draw text. While it is simple to draw using the techniques shown here, it is also slow. Using "text objects" can result in significant performance improvements. See drawing_text_objects.

../../arcade/examples/drawing_text.py