mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-30 23:14:13 +03:00
Document that fill parameter is optional
This commit is contained in:
parent
98e995f6c7
commit
2a29b2dba1
|
@ -630,7 +630,10 @@ class FreeTypeFont:
|
||||||
|
|
||||||
.. versionadded:: 1.1.5
|
.. 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
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user