Skip to content

Commit 4e78e11

Browse files
authored
Merge pull request godotengine#7794 from Najo-z/master-1
typo "rasterizd"
2 parents 478af48 + a5fbd7f commit 4e78e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/ui/gui_using_fonts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ To avoid stuttering issues related to font rendering, it is possible to
740740
*prerender* certain glyphs. This can be done for all glyphs you intend to use
741741
(for optimal results), or only for common glyphs that are most likely to appear
742742
during gameplay (to reduce file size). Glyphs that aren't pre-rendered will be
743-
rasterizd on-the-fly as usual.
743+
rasterized on-the-fly as usual.
744744

745745
.. note::
746746

0 commit comments

Comments
 (0)