|
@@ -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
|
|
|
|