From f7582b8d5828a52a4276c22dc05ab8a4823d1748 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:04:00 +1100 Subject: [PATCH] Updated documentation terms Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- docs/reference/ImageFont.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/ImageFont.rst b/docs/reference/ImageFont.rst index d4d66988b..920a05e65 100644 --- a/docs/reference/ImageFont.rst +++ b/docs/reference/ImageFont.rst @@ -8,9 +8,9 @@ The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instance this class store bitmap fonts, and are used with the :py:meth:`PIL.ImageDraw.ImageDraw.text` method. -PIL uses its own font file format to store bitmap fonts, limited to 256 characters. You +Pillow uses its own font file format to store bitmap fonts, limited to 256 characters. You can use :py:meth:`~PIL.FontFile.FontFile.to_imagefont` to convert BDF and PCF font -descriptors (X window font formats) to this format:: +descriptors (X Window font formats) to this format:: from PIL import PcfFontFile with open("Tests/fonts/10x20-ISO8859-1.pcf", "rb") as fp: