Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 633 Bytes

File metadata and controls

23 lines (17 loc) · 633 Bytes

Slow but Easy Text Drawing

Screenshot of drawing text

This example shows an easy but very slow way to draw text.

Its main benefit is ease of use. More complicated approaches with :py:class:`arcade.Text` objects can run thousands of times faster.

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