mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-22 23:00:36 +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
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
"justify" multiline text alignment
|
``"justify"`` multiline text alignment
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
In addition to "left", "center" and "right", multiline text can also be aligned using
|
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
|
||||||
"justify"::
|
``"justify"``::
|
||||||
|
|
||||||
from PIL import Image, ImageDraw
|
from PIL import Image, ImageDraw
|
||||||
im = Image.new("RGB", (50, 25))
|
im = Image.new("RGB", (50, 25))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user