mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Apply suggestions from code review
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
0557ecbb3e
commit
9a71c9517e
|
@ -197,7 +197,7 @@ class FreeTypeFont(object):
|
||||||
different glyph shapes or ligatures. This parameter tells
|
different glyph shapes or ligatures. This parameter tells
|
||||||
the font which language the text is in, and to apply the
|
the font which language the text is in, and to apply the
|
||||||
correct substitutions as appropriate, if available.
|
correct substitutions as appropriate, if available.
|
||||||
It should be a `BCP47 language code
|
It should be a `BCP 47 language code
|
||||||
<https://www.w3.org/International/articles/language-tags/>`
|
<https://www.w3.org/International/articles/language-tags/>`
|
||||||
Requires libraqm.
|
Requires libraqm.
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@ class FreeTypeFont(object):
|
||||||
different glyph shapes or ligatures. This parameter tells
|
different glyph shapes or ligatures. This parameter tells
|
||||||
the font which language the text is in, and to apply the
|
the font which language the text is in, and to apply the
|
||||||
correct substitutions as appropriate, if available.
|
correct substitutions as appropriate, if available.
|
||||||
It should be a `BCP47 language code
|
It should be a `BCP 47 language code
|
||||||
<https://www.w3.org/International/articles/language-tags/>`
|
<https://www.w3.org/International/articles/language-tags/>`
|
||||||
Requires libraqm.
|
Requires libraqm.
|
||||||
|
|
||||||
|
@ -305,7 +305,7 @@ class FreeTypeFont(object):
|
||||||
different glyph shapes or ligatures. This parameter tells
|
different glyph shapes or ligatures. This parameter tells
|
||||||
the font which language the text is in, and to apply the
|
the font which language the text is in, and to apply the
|
||||||
correct substitutions as appropriate, if available.
|
correct substitutions as appropriate, if available.
|
||||||
It should be a `BCP47 language code
|
It should be a `BCP 47 language code
|
||||||
<https://www.w3.org/International/articles/language-tags/>`
|
<https://www.w3.org/International/articles/language-tags/>`
|
||||||
Requires libraqm.
|
Requires libraqm.
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ class FreeTypeFont(object):
|
||||||
different glyph shapes or ligatures. This parameter tells
|
different glyph shapes or ligatures. This parameter tells
|
||||||
the font which language the text is in, and to apply the
|
the font which language the text is in, and to apply the
|
||||||
correct substitutions as appropriate, if available.
|
correct substitutions as appropriate, if available.
|
||||||
It should be a `BCP47 language code
|
It should be a `BCP 47 language code
|
||||||
<https://www.w3.org/International/articles/language-tags/>`
|
<https://www.w3.org/International/articles/language-tags/>`
|
||||||
Requires libraqm.
|
Requires libraqm.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user