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 0ef81c3 commit 4ae5d24Copy full SHA for 4ae5d24
1 file changed
docs/reference/ImageFont.rst
@@ -6,7 +6,8 @@
6
7
The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instances of
8
this class store bitmap fonts, and are used with the
9
-:py:meth:`PIL.ImageDraw.ImageDraw.text` method.
+:py:meth:`PIL.ImageDraw.ImageDraw.text` method or the :py:class:`PIL.ImageText.Text`
10
+class.
11
12
Pillow uses its own font file format to store bitmap fonts, limited to 256 characters. You
13
can use :py:meth:`~PIL.FontFile.FontFile.to_imagefont` to convert BDF and PCF font
0 commit comments