Added removal date for fill parameter

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

View File

@ -633,7 +633,8 @@ class FreeTypeFont:
:param fill: Optional fill function. By default, an internal Pillow function
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
left), 'ltr' (left to right) or 'ttb' (top to bottom).