Apply suggestions from code review

Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo 2019-04-24 06:16:15 +10:00 committed by GitHub
parent 0557ecbb3e
commit 9a71c9517e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.