mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 05:33:10 +03:00
Fixed wording [ci skip]
This commit is contained in:
parent
12316a70cb
commit
b713330b00
|
@ -176,8 +176,8 @@ Many of Pillow's features require external libraries:
|
||||||
shaping (using HarfBuzz), and proper script itemization. As a
|
shaping (using HarfBuzz), and proper script itemization. As a
|
||||||
result, Raqm can support most writing systems covered by Unicode.
|
result, Raqm can support most writing systems covered by Unicode.
|
||||||
* libraqm depends on the following libraries: FreeType, HarfBuzz,
|
* libraqm depends on the following libraries: FreeType, HarfBuzz,
|
||||||
FriBiDi, make sure that install them before install libraqm if not
|
FriBiDi, make sure that you install them before install libraqm
|
||||||
available as package in your system.
|
if not available as package in your system.
|
||||||
* setting text direction or font features is not supported without
|
* setting text direction or font features is not supported without
|
||||||
libraqm.
|
libraqm.
|
||||||
* Windows support: Raqm support is currently unsupported on Windows.
|
* Windows support: Raqm support is currently unsupported on Windows.
|
||||||
|
@ -213,7 +213,7 @@ Build Options
|
||||||
* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
|
* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
|
||||||
``--disable-tiff``, ``--disable-freetype``, ``--disable-tcl``,
|
``--disable-tiff``, ``--disable-freetype``, ``--disable-tcl``,
|
||||||
``--disable-tk``, ``--disable-lcms``, ``--disable-webp``,
|
``--disable-tk``, ``--disable-lcms``, ``--disable-webp``,
|
||||||
``--disable-webpmux``, ``--disable-jpeg2000``,
|
``--disable-webpmux``, ``--disable-jpeg2000``,
|
||||||
``--disable-imagequant``, ``--disable-raqm``.
|
``--disable-imagequant``, ``--disable-raqm``.
|
||||||
Disable building the corresponding feature even if the development
|
Disable building the corresponding feature even if the development
|
||||||
libraries are present on the building machine.
|
libraries are present on the building machine.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user