mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Merge pull request #3362 from hugovk/rm-ttb-docs
Docs: 'btt' (bottom to top) is not supported by libraqm
This commit is contained in:
commit
2858825771
|
@ -253,9 +253,8 @@ Methods
|
||||||
:param align: If the text is passed on to multiline_text(),
|
:param align: If the text is passed on to multiline_text(),
|
||||||
"left", "center" or "right".
|
"left", "center" or "right".
|
||||||
:param direction: Direction of the text. It can be 'rtl' (right to
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right), 'ttb' (top to
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
bottom) or 'btt' (bottom to top). Requires
|
Requires libraqm.
|
||||||
libraqm.
|
|
||||||
|
|
||||||
.. versionadded:: 4.2.0
|
.. versionadded:: 4.2.0
|
||||||
|
|
||||||
|
@ -283,9 +282,8 @@ Methods
|
||||||
:param spacing: The number of pixels between lines.
|
:param spacing: The number of pixels between lines.
|
||||||
:param align: "left", "center" or "right".
|
:param align: "left", "center" or "right".
|
||||||
:param direction: Direction of the text. It can be 'rtl' (right to
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right), 'ttb' (top to
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
bottom) or 'btt' (bottom to top). Requires
|
Requires libraqm.
|
||||||
libraqm.
|
|
||||||
|
|
||||||
.. versionadded:: 4.2.0
|
.. versionadded:: 4.2.0
|
||||||
|
|
||||||
|
@ -312,9 +310,8 @@ Methods
|
||||||
:param spacing: If the text is passed on to multiline_textsize(),
|
:param spacing: If the text is passed on to multiline_textsize(),
|
||||||
the number of pixels between lines.
|
the number of pixels between lines.
|
||||||
:param direction: Direction of the text. It can be 'rtl' (right to
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right), 'ttb' (top to
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
bottom) or 'btt' (bottom to top). Requires
|
Requires libraqm.
|
||||||
libraqm.
|
|
||||||
|
|
||||||
.. versionadded:: 4.2.0
|
.. versionadded:: 4.2.0
|
||||||
|
|
||||||
|
@ -339,9 +336,8 @@ Methods
|
||||||
:param font: An :py:class:`~PIL.ImageFont.ImageFont` instance.
|
:param font: An :py:class:`~PIL.ImageFont.ImageFont` instance.
|
||||||
:param spacing: The number of pixels between lines.
|
:param spacing: The number of pixels between lines.
|
||||||
:param direction: Direction of the text. It can be 'rtl' (right to
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right), 'ttb' (top to
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
bottom) or 'btt' (bottom to top). Requires
|
Requires libraqm.
|
||||||
libraqm.
|
|
||||||
|
|
||||||
.. versionadded:: 4.2.0
|
.. versionadded:: 4.2.0
|
||||||
|
|
||||||
|
|
|
@ -67,9 +67,8 @@ Methods
|
||||||
.. versionadded:: 1.1.5
|
.. versionadded:: 1.1.5
|
||||||
|
|
||||||
:param direction: Direction of the text. It can be 'rtl' (right to
|
:param direction: Direction of the text. It can be 'rtl' (right to
|
||||||
left), 'ltr' (left to right), 'ttb' (top to
|
left), 'ltr' (left to right) or 'ttb' (top to bottom).
|
||||||
bottom) or 'btt' (bottom to top). Requires
|
Requires libraqm.
|
||||||
libraqm.
|
|
||||||
|
|
||||||
.. versionadded:: 4.2.0
|
.. versionadded:: 4.2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user