Added "start" argument to docstring

This commit is contained in:
Andrew Murray 2022-11-16 09:15:56 +11:00
parent 5471dc2b26
commit 70c8e342a5

View File

@ -649,6 +649,11 @@ class FreeTypeFont:
.. versionadded:: 8.0.0
:param start: Tuple of horizontal and vertical offset, as text may render
differently when starting at fractional coordinates.
.. versionadded:: 9.4.0
:return: An internal PIL storage memory instance as defined by the
:py:mod:`PIL.Image.core` interface module.
"""
@ -743,6 +748,11 @@ class FreeTypeFont:
.. versionadded:: 8.0.0
:param start: Tuple of horizontal and vertical offset, as text may render
differently when starting at fractional coordinates.
.. versionadded:: 9.4.0
:return: A tuple of an internal PIL storage memory instance as defined by the
:py:mod:`PIL.Image.core` interface module, and the text offset, the
gap between the starting coordinate and the first marking