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 8135bd5 commit 520fa19Copy full SHA for 520fa19
docs/releasenotes/9.3.0.rst
@@ -31,7 +31,7 @@ Allow default ImageDraw font to be set
31
32
Rather than specifying a font when calling text-related ImageDraw methods, or
33
setting a font on each ImageDraw instance, the default font can now be set for
34
-all future ImageDraw operations.
+all future ImageDraw operations::
35
36
from PIL import ImageDraw, ImageFont
37
ImageDraw.ImageDraw.font = ImageFont.truetype("Tests/fonts/FreeMono.ttf")
0 commit comments