summaryrefslogtreecommitdiffstats
path: root/doc/classes/FontFile.xml
diff options
context:
space:
mode:
authorUltraBIF <92269209+Xenoparrot@users.noreply.github.com>2023-05-01 18:09:49 -0400
committerUltraBIF <92269209+Xenoparrot@users.noreply.github.com>2023-05-02 18:24:32 -0400
commit8106d33d0f13825b4459898ca20282ba5b543897 (patch)
tree24bf3aa2d60aa1ded11dd84475bdc95c7b991554 /doc/classes/FontFile.xml
parentee865051367a78bf20f50500520af13ef8f1097b (diff)
downloadredot-engine-8106d33d0f13825b4459898ca20282ba5b543897.tar.gz
Fixed various typos across the docs
Diffstat (limited to 'doc/classes/FontFile.xml')
-rw-r--r--doc/classes/FontFile.xml2
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]