Skip to content

Commit f271bc8

Browse files
committed
Link pilfont to its new home in pillow-scripts
1 parent 23ade03 commit f271bc8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/reference/ImageFont.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ this class store bitmap fonts, and are used with the
99
:py:meth:`PIL.ImageDraw.Draw.text` method.
1010

1111
PIL uses its own font file format to store bitmap fonts. You can use the
12-
:command:`pilfont` utility to convert BDF and PCF font descriptors (X window
13-
font formats) to this format.
12+
:command:`pilfont` utility from
13+
`pillow-scripts <https://pypi.org/project/pillow-scripts/>`_
14+
to convert BDF and PCF font descriptors (X window font formats) to this format.
1415

1516
Starting with version 1.1.4, PIL can be configured to support TrueType and
1617
OpenType fonts (as well as other font formats supported by the FreeType
1718
library). For earlier versions, TrueType support is only available as part of
18-
the imToolkit package
19+
the imToolkit package.
1920

2021
Example
2122
-------

0 commit comments

Comments
 (0)