mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-14 10:12:40 +03:00
Fixed typos [ci skip]
This commit is contained in:
parent
b713330b00
commit
892075a77e
|
@ -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