Merge pull request #8079 from radarhere/imagefont

This commit is contained in:
Hugo van Kemenade 2024-05-25 16:16:07 +03:00 committed by GitHub
commit 8b14ed741a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,10 +160,6 @@ class ImageFont:
.. versionadded:: 9.2.0
:param text: Text to render.
:param mode: Used by some graphics drivers to indicate what mode the
driver prefers; if empty, the renderer may return either
mode. Note that the mode is always a string, to simplify
C-level implementations.
:return: ``(left, top, right, bottom)`` bounding box
"""