Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2020-04-01 10:04:59 +03:00 committed by GitHub
parent 961c341c20
commit afa98d5120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ constructor. By default, it generates a PIL font file with ISO 8859-1 as before.
generated PIL font file still contains up to 256 characters, but the character set is generated PIL font file still contains up to 256 characters, but the character set is
different depending on the selected encoding. different depending on the selected encoding.
To use such a font with ``ImageDraw.text``, called it with a bytes object with the same To use such a font with ``ImageDraw.text``, call it with a bytes object with the same
encoding as the font file. encoding as the font file.
X11 ImageGrab.grab() X11 ImageGrab.grab()