Skip to content

Commit 8d62314

Browse files
authored
Merge pull request #5137 from radarhere/imagefont
Document limited number of characters in FontFile
2 parents 143a77d + 6ee74e1 commit 8d62314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ImageFont.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instance
88
this class store bitmap fonts, and are used with the
99
:py:meth:`PIL.ImageDraw.ImageDraw.text` method.
1010

11-
PIL uses its own font file format to store bitmap fonts. You can use
11+
PIL uses its own font file format to store bitmap fonts, limited to 256 characters. You can use
1212
`pilfont.py <https://github.com/python-pillow/pillow-scripts/blob/master/Scripts/pilfont.py>`_
1313
from `pillow-scripts <https://pypi.org/project/pillow-scripts/>`_ to convert BDF and
1414
PCF font descriptors (X window font formats) to this format.

0 commit comments

Comments
 (0)