From 76dc85e18a2c369bd74374eab1404fcec0783dc5 Mon Sep 17 00:00:00 2001 From: paweljarosz Date: Tue, 3 Feb 2026 10:24:52 +0100 Subject: [PATCH] Added a paragraph about option to Use full text layout system. --- docs/en/manuals/app-manifest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/manuals/app-manifest.md b/docs/en/manuals/app-manifest.md index 6abefd0f..371674ac 100644 --- a/docs/en/manuals/app-manifest.md +++ b/docs/en/manuals/app-manifest.md @@ -82,6 +82,10 @@ Select which graphics backend to use. * Vulkan - Include only Vulkan. * OpenGL and Vulkan - Include both OpenGL and Vulkan. Vulkan will be the default and fall back to OpenGL if Vulkan is not available. +## Use full text layout system + +If enabled (`true`), it will allow to use runtime generation for SDF type fonts, when using True Type Fonts (`.ttf`) in the project. Read more details in the [Font Manual](https://defold.com/manuals/font/#enabling-runtime-fonts). + ## Minimum Safari version (js-web and wasm-web only) YAML field name: **`minSafariVersion`**