From 70c8e342a514815ae698a3fb22e2ab52f3c09d7f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 16 Nov 2022 09:15:56 +1100 Subject: [PATCH] Added "start" argument to docstring --- src/PIL/ImageFont.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index c8de65be2..3b1a2a23a 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -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