We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ee265 commit f7582b8Copy full SHA for f7582b8
docs/reference/ImageFont.rst
@@ -8,9 +8,9 @@ The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instance
8
this class store bitmap fonts, and are used with the
9
:py:meth:`PIL.ImageDraw.ImageDraw.text` method.
10
11
-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
12
can use :py:meth:`~PIL.FontFile.FontFile.to_imagefont` to convert BDF and PCF font
13
-descriptors (X window font formats) to this format::
+descriptors (X Window font formats) to this format::
14
15
from PIL import PcfFontFile
16
with open("Tests/fonts/10x20-ISO8859-1.pcf", "rb") as fp:
0 commit comments