We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14302aa commit 95f3f35Copy full SHA for 95f3f35
1 file changed
docs/reference/ImageDraw.rst
@@ -368,7 +368,7 @@ Methods
368
Return the size of the given string, in pixels.
369
370
:param text: Text to be measured. If it contains any newline characters,
371
- the text is passed on to :py:meth:`~PIL.ImageDraw.ImageDraw.size`.
+ the text is passed on to :py:meth:`~PIL.ImageDraw.ImageDraw.multiline_textsize`.
372
:param font: An :py:class:`~PIL.ImageFont.ImageFont` instance.
373
:param spacing: If the text is passed on to
374
:py:meth:`~PIL.ImageDraw.ImageDraw.multiline_textsize`,
0 commit comments