mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
Added removal date for fill parameter
This commit is contained in:
parent
2a29b2dba1
commit
c87c2cf5b3
|
@ -633,7 +633,8 @@ class FreeTypeFont:
|
||||||
:param fill: Optional fill function. By default, an internal Pillow function
|
:param fill: Optional fill function. By default, an internal Pillow function
|
||||||
will be used.
|
will be used.
|
||||||
|
|
||||||
Deprecated.
|
Deprecated. This parameter will be removed in Pillow 10
|
||||||
|
(2023-07-01).
|
||||||
|
|
||||||
: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