diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-15 16:20:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 16:20:02 +0200 |
commit | 789dab3fb2579165547ff320e34e1686b98f6393 (patch) | |
tree | e9a786806a8e7b2f505cdd32bf94ac00c86a80b9 /doc | |
parent | 103a95cf2c92e763f0091eed04412da588261279 (diff) | |
parent | e506479fcefa24eac55b9e83c8fa71e257d869ad (diff) |
Merge pull request #41105 from Calinou/doc-dynamicfont-no-kerning
Document the lack of kerning support in DynamicFont
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/DynamicFont.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml index 24df056c6b..5d8ae29175 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. </description> <tutorials> </tutorials> |