From c87c2cf5b3d836ff53577aa292c581eea6c5f62f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 17 Apr 2022 14:33:27 +1000 Subject: [PATCH] Added removal date for fill parameter --- src/PIL/ImageFont.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index 95059d5b2..ef6a8d4c7 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -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).