mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 13:40:54 +03:00
Added comment
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
This commit is contained in:
parent
b2f92df1ba
commit
0985de21af
|
@ -278,6 +278,7 @@ text_layout_raqm(
|
||||||
} else if (strcmp(dir, "ttb") == 0) {
|
} else if (strcmp(dir, "ttb") == 0) {
|
||||||
direction = RAQM_DIRECTION_TTB;
|
direction = RAQM_DIRECTION_TTB;
|
||||||
#if !defined(RAQM_VERSION_ATLEAST)
|
#if !defined(RAQM_VERSION_ATLEAST)
|
||||||
|
/* RAQM_VERSION_ATLEAST was added in Raqm 0.7.0 */
|
||||||
PyErr_SetString(
|
PyErr_SetString(
|
||||||
PyExc_ValueError,
|
PyExc_ValueError,
|
||||||
"libraqm 0.7 or greater required for 'ttb' direction");
|
"libraqm 0.7 or greater required for 'ttb' direction");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user