Björn Ritzl преди 8 месеца
родител
ревизия
7d81c81553
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 3 4
      docs/en/manuals/font.md

+ 3 - 4
docs/en/manuals/font.md

@@ -16,11 +16,10 @@ Fonts added to your project are automatically converted into a texture format th
 - Bitmap
 - Distance field
 
-## Runtime generated fonts
-
-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.
+::: important
+It is possible to [generate font glyphs at runtime](/extension-fontgen) from a bundled TrueType font instead of generating and including a font texture in the application bundle. This approach can greatly reduce the download size and runtime memory consumption of a Defold game.
+:::
 
-[Runtime Fonts](/extension-fontgen) - Use a .ttf font at runtime
 
 ## Creating a font