Skip to content

Commit

Permalink
docs font: Document render supporting UCS_4
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Oct 23, 2021
1 parent b0cf45f commit 5dd3e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reST/ref/font.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ loaded instead.
Font rendering is not thread safe: only a single thread can render text
at any time.

.. versionchanged:: 2.0.3 Rendering UCS_4 unicode works, and does not
raise an exception. Use hasattr(pygame.font, 'UCS_4') to see if pygame
supports rendering UCS_4.

.. ## Font.render ##
.. method:: size
Expand Down

0 comments on commit 5dd3e2b

Please sign in to comment.