Document that fill parameter is optional

This commit is contained in:
Andrew Murray 2022-04-17 14:33:16 +10:00 committed by Ondrej Baranovič
parent 98e995f6c7
commit 2a29b2dba1

View File

@ -630,7 +630,10 @@ class FreeTypeFont:
.. versionadded:: 1.1.5
:param fill: Fill function. Deprecated.
:param fill: Optional fill function. By default, an internal Pillow function
will be used.
Deprecated.
:param direction: Direction of the text. It can be 'rtl' (right to
left), 'ltr' (left to right) or 'ttb' (top to bottom).