mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Merge pull request #2603 from radarhere/wording
Fixed typos and wording
This commit is contained in:
commit
4cbece6f11
|
@ -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.
|
||||||
|
@ -261,7 +261,7 @@ The easiest way to install external libraries is via `Homebrew
|
||||||
|
|
||||||
$ brew install libtiff libjpeg webp little-cms2
|
$ brew install libtiff libjpeg webp little-cms2
|
||||||
|
|
||||||
To install libraqm on MaxOS use Homebrew to install its dependencies::
|
To install libraqm on macOS use Homebrew to install its dependencies::
|
||||||
$ brew install freetype harfbuzz fribidi
|
$ brew install freetype harfbuzz fribidi
|
||||||
|
|
||||||
Then see ``depends/install_raqm_cmake.sh`` to install libraqm.
|
Then see ``depends/install_raqm_cmake.sh`` to install libraqm.
|
||||||
|
|
|
@ -8,7 +8,7 @@ Pillow now supports complex text rendering for scripts requiring glyph
|
||||||
composition and bidirectional flow. This optional feature adds three
|
composition and bidirectional flow. This optional feature adds three
|
||||||
dependencies: harfbuzz, fribidi, and raqm. See the install
|
dependencies: harfbuzz, fribidi, and raqm. See the install
|
||||||
documentation for further details. This feature is tested and works on
|
documentation for further details. This feature is tested and works on
|
||||||
Un*x and Mac, but has not yet been built on Windows platforms.
|
Unix and Mac, but has not yet been built on Windows platforms.
|
||||||
|
|
||||||
Removed Deprecated Items
|
Removed Deprecated Items
|
||||||
========================
|
========================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user