From d4740ee6431c97e4eb384df789d3a0ce929636d3 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 7 Aug 2020 15:03:35 +0200 Subject: [PATCH] Document the lack of kerning support in DynamicFont (cherry picked from commit e506479fcefa24eac55b9e83c8fa71e257d869ad) --- doc/classes/DynamicFont.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml index ab1bcb82013..1a5d757bfc7 100644 --- a/doc/classes/DynamicFont.xml +++ b/doc/classes/DynamicFont.xml @@ -12,7 +12,7 @@ dynamic_font.size = 64 $"Label".set("custom_fonts/font", dynamic_font) [/codeblock] - [b]Note:[/b] DynamicFont doesn't support features such as right-to-left typesetting, ligatures, text shaping, variable fonts and optional font features yet. If you wish to "bake" an optional font feature into a TTF font file, you can use [url=https://fontforge.org/]FontForge[/url] to do so. In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose the desired features then generate the font. + [b]Note:[/b] DynamicFont doesn't support features such as kerning, right-to-left typesetting, ligatures, text shaping, variable fonts and optional font features yet. If you wish to "bake" an optional font feature into a TTF font file, you can use [url=https://fontforge.org/]FontForge[/url] to do so. In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose the desired features then generate the font.