mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-22 14:50:33 +03:00
Added quote marks
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
ec72d20d23
commit
fca48db866
|
@ -44,11 +44,11 @@ TODO
|
|||
API Additions
|
||||
=============
|
||||
|
||||
"justify" multiline text alignment
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
``"justify"`` multiline text alignment
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
In addition to "left", "center" and "right", multiline text can also be aligned using
|
||||
"justify"::
|
||||
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
|
||||
``"justify"``::
|
||||
|
||||
from PIL import Image, ImageDraw
|
||||
im = Image.new("RGB", (50, 25))
|
||||
|
|
Loading…
Reference in New Issue
Block a user