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.
2 parents 143a77d + 6ee74e1 commit 8d62314Copy full SHA for 8d62314
docs/reference/ImageFont.rst
@@ -8,7 +8,7 @@ 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. You can use
+PIL uses its own font file format to store bitmap fonts, limited to 256 characters. You can use
12
`pilfont.py <https://github.com/python-pillow/pillow-scripts/blob/master/Scripts/pilfont.py>`_
13
from `pillow-scripts <https://pypi.org/project/pillow-scripts/>`_ to convert BDF and
14
PCF font descriptors (X window font formats) to this format.
0 commit comments