mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
makerst: Fix rst-ization of members and escaping of [Class]s
Fixes #11517.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
DynamicFont renders vector font files at runtime.
|
||||
</brief_description>
|
||||
<description>
|
||||
DynamicFont renders vector font files (such as TTF or OTF) dynamically at runtime instead of using a prerendered texture atlas like [BitmapFont]. This trades the faster loading time of [BitmapFont]\ s for the ability to change font parameters like size and spacing during runtime. [DynamicFontData] is used for referencing the font file paths.
|
||||
DynamicFont renders vector font files (such as TTF or OTF) dynamically at runtime instead of using a prerendered texture atlas like [BitmapFont]. This trades the faster loading time of [BitmapFont]s for the ability to change font parameters like size and spacing during runtime. [DynamicFontData] is used for referencing the font file paths.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user