Fix miscellaneous oddities around the class reference (part 6)

This commit is contained in:
Micky
2025-06-14 01:11:26 +02:00
committed by Micky
parent 9dd6c4dbac
commit be0c68845e
56 changed files with 117 additions and 117 deletions

View File

@@ -214,7 +214,7 @@
<method name="font_get_global_oversampling" qualifiers="const" deprecated="Use [Viewport] oversampling, or the [code skip-lint]oversampling[/code] argument of the [code skip-lint]draw_*[/code] methods instead.">
<return type="float" />
<description>
Deprecated. This method always returns [code]1.0[/code].
This method does nothing and always returns [code]1.0[/code].
</description>
</method>
<method name="font_get_glyph_advance" qualifiers="const">
@@ -790,7 +790,7 @@
<return type="void" />
<param index="0" name="oversampling" type="float" />
<description>
Deprecated. This method does nothing.
This method does nothing.
</description>
</method>
<method name="font_set_glyph_advance">
@@ -1194,7 +1194,7 @@
<return type="int" />
<param index="0" name="name" type="String" />
<description>
Converts readable feature, variation, script, or language name to OpenType tag.
Converts the given readable name of a feature, variation, script, or language to an OpenType tag.
</description>
</method>
<method name="parse_number" qualifiers="const" deprecated="Use [method TranslationServer.parse_number] instead.">
@@ -1930,7 +1930,7 @@
<param index="0" name="string" type="String" />
<param index="1" name="language" type="String" default="&quot;&quot;" />
<description>
Returns the string converted to lowercase.
Returns the string converted to [code]lowercase[/code].
[b]Note:[/b] Casing is locale dependent and context sensitive if server support [constant FEATURE_CONTEXT_SENSITIVE_CASE_CONVERSION] feature (supported by [TextServerAdvanced]).
[b]Note:[/b] The result may be longer or shorter than the original.
</description>
@@ -1940,7 +1940,7 @@
<param index="0" name="string" type="String" />
<param index="1" name="language" type="String" default="&quot;&quot;" />
<description>
Returns the string converted to title case.
Returns the string converted to [code]Title Case[/code].
[b]Note:[/b] Casing is locale dependent and context sensitive if server support [constant FEATURE_CONTEXT_SENSITIVE_CASE_CONVERSION] feature (supported by [TextServerAdvanced]).
[b]Note:[/b] The result may be longer or shorter than the original.
</description>
@@ -1950,7 +1950,7 @@
<param index="0" name="string" type="String" />
<param index="1" name="language" type="String" default="&quot;&quot;" />
<description>
Returns the string converted to uppercase.
Returns the string converted to [code]UPPERCASE[/code].
[b]Note:[/b] Casing is locale dependent and context sensitive if server support [constant FEATURE_CONTEXT_SENSITIVE_CASE_CONVERSION] feature (supported by [TextServerAdvanced]).
[b]Note:[/b] The result may be longer or shorter than the original.
</description>
@@ -1967,7 +1967,7 @@
<return type="String" />
<param index="0" name="tag" type="int" />
<description>
Converts OpenType tag to readable feature, variation, script, or language name.
Converts the given OpenType tag to the readable name of a feature, variation, script, or language.
</description>
</method>
</methods>