diff options
author | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-01 18:09:49 -0400 |
---|---|---|
committer | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-02 18:24:32 -0400 |
commit | 8106d33d0f13825b4459898ca20282ba5b543897 (patch) | |
tree | 24bf3aa2d60aa1ded11dd84475bdc95c7b991554 /doc/classes/FontFile.xml | |
parent | ee865051367a78bf20f50500520af13ef8f1097b (diff) | |
download | redot-engine-8106d33d0f13825b4459898ca20282ba5b543897.tar.gz |
Fixed various typos across the docs
Diffstat (limited to 'doc/classes/FontFile.xml')
-rw-r--r-- | doc/classes/FontFile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FontFile.xml b/doc/classes/FontFile.xml index ed9906186c..4993d0dc42 100644 --- a/doc/classes/FontFile.xml +++ b/doc/classes/FontFile.xml @@ -12,7 +12,7 @@ - Bitmap font importer: AngelCode BMFont (.fnt, .font), text and binary (version 3) format variants. - Monospace image font importer: All supported image formats. [b]Note:[/b] A character is a symbol that represents an item (letter, digit etc.) in an abstract way. - [b]Note:[/b] A glyph is a bitmap or shape used to draw a one or more characters in a context-dependent manner. Glyph indices are bound to the specific font data source. + [b]Note:[/b] A glyph is a bitmap or shape used to draw one or more characters in a context-dependent manner. Glyph indices are bound to the specific font data source. [b]Note:[/b] If a none of the font data sources contain glyphs for a character used in a string, the character in question will be replaced with a box displaying its hexadecimal code. [codeblocks] [gdscript] |