diff options
Diffstat (limited to 'doc/classes/FontVariation.xml')
-rw-r--r-- | doc/classes/FontVariation.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/FontVariation.xml b/doc/classes/FontVariation.xml index 30cb732751..e0fad126b9 100644 --- a/doc/classes/FontVariation.xml +++ b/doc/classes/FontVariation.xml @@ -5,7 +5,6 @@ </brief_description> <description> OpenType variations, simulated bold / slant, and additional font settings like OpenType features and extra spacing. - To use simulated bold font variant: [codeblocks] [gdscript] @@ -32,7 +31,7 @@ <param index="0" name="spacing" type="int" enum="TextServer.SpacingType" /> <param index="1" name="value" type="int" /> <description> - Sets the spacing for [code]type[/code] (see [enum TextServer.SpacingType]) to [code]value[/code] in pixels (not relative to the font size). + Sets the spacing for [code]type[/code] (see [enum TextServer.SpacingType]) to [param value] in pixels (not relative to the font size). </description> </method> </methods> |