Browse Source

Update font.md

Björn Ritzl 8 tháng trước cách đây
mục cha
commit
7d81c81553
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  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