mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix miscellaneous oddities around the class reference (part 6)
This commit is contained in:
@@ -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="""" />
|
||||
<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="""" />
|
||||
<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="""" />
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user