From f271bc8b2fb1b8a86e30a303aca9a2bf55d54c7d Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 21 May 2020 00:17:56 +0300 Subject: [PATCH] Link pilfont to its new home in pillow-scripts --- docs/reference/ImageFont.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/ImageFont.rst b/docs/reference/ImageFont.rst index bb7538096..1aa22aa51 100644 --- a/docs/reference/ImageFont.rst +++ b/docs/reference/ImageFont.rst @@ -9,13 +9,14 @@ this class store bitmap fonts, and are used with the :py:meth:`PIL.ImageDraw.Draw.text` method. PIL uses its own font file format to store bitmap fonts. You can use the -:command:`pilfont` utility to convert BDF and PCF font descriptors (X window -font formats) to this format. +:command:`pilfont` utility from +`pillow-scripts `_ +to convert BDF and PCF font descriptors (X window font formats) to this format. Starting with version 1.1.4, PIL can be configured to support TrueType and OpenType fonts (as well as other font formats supported by the FreeType library). For earlier versions, TrueType support is only available as part of -the imToolkit package +the imToolkit package. Example -------