Browse Source

Updated fontgen references

JCash 10 months ago
parent
commit
b139dd0b63
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/en/en.json
  2. 1 1
      docs/en/manuals/font.md

+ 1 - 1
docs/en/en.json

@@ -1016,7 +1016,7 @@
                         "name": "Font"
                     },
                     {
-                        "path": "/extension-font",
+                        "path": "/extension-fontgen",
                         "name": "Runtime TTF Font"
                     },
                     {

+ 1 - 1
docs/en/manuals/font.md

@@ -20,7 +20,7 @@ Fonts added to your project are automatically converted into a texture format th
 
 For the developers that are looking to minimize the download size and runtime consumption, we have recently added a way to generate font glyphs at runtime using a .ttf font.
 
-[Runtime Fonts](/extension-font) - Use a .ttf font at runtime
+[Runtime Fonts](/extension-fontgen) - Use a .ttf font at runtime
 
 ## Creating a font