From 2a29b2dba1d075784e53c81dafb9626f83c63e2d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 17 Apr 2022 14:33:16 +1000 Subject: [PATCH] Document that fill parameter is optional --- src/PIL/ImageFont.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index 7a34160f9..95059d5b2 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -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).