瀏覽代碼

Merge pull request #7794 from Najo-z/master-1

typo "rasterizd"
Matthew 2 年之前
父節點
當前提交
4e78e11393
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/ui/gui_using_fonts.rst

+ 1 - 1
tutorials/ui/gui_using_fonts.rst

@@ -740,7 +740,7 @@ To avoid stuttering issues related to font rendering, it is possible to
 *prerender* certain glyphs. This can be done for all glyphs you intend to use
 *prerender* certain glyphs. This can be done for all glyphs you intend to use
 (for optimal results), or only for common glyphs that are most likely to appear
 (for optimal results), or only for common glyphs that are most likely to appear
 during gameplay (to reduce file size). Glyphs that aren't pre-rendered will be
 during gameplay (to reduce file size). Glyphs that aren't pre-rendered will be
-rasterizd on-the-fly as usual.
+rasterized on-the-fly as usual.
 
 
 .. note::
 .. note::