Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 635 Bytes

File metadata and controls

19 lines (14 loc) · 635 Bytes

Better Text Drawing with Text Objects

Screenshot of drawing with text objects

This example shows how to draw text using "text objects." It can be many times faster than using :py:func:`arcade.draw_text`.

.. literalinclude:: ../../arcade/examples/drawing_text_objects.py
    :caption: drawing_text_objects.py
    :linenos: