feat: updated godot version
This commit is contained in:
parent
0c508b0831
commit
42b028dbb5
4694 changed files with 236470 additions and 401376 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="TextServerExtension" inherits="TextServer" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="TextServerExtension" inherits="TextServer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Base class for custom [TextServer] implementations (plugins).
|
||||
</brief_description>
|
||||
|
|
@ -384,36 +384,6 @@
|
|||
Returns oversampling factor override. If set to a positive value, overrides the oversampling factor of the viewport this font is used in. See [member Viewport.oversampling]. This value doesn't override the [code skip-lint]oversampling[/code] parameter of [code skip-lint]draw_*[/code] methods. Used by dynamic fonts only.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_palette_colors" qualifiers="virtual const">
|
||||
<return type="PackedColorArray" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="index" type="int" />
|
||||
<description>
|
||||
Returns the array in the predefined color palette at [param index]. Palette contains all colors used to render font glyphs. Each palette has the same number of colors. Colors can be overridden using [method _font_set_palette_custom_colors].
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_palette_count" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns the number of predefined color palettes. Palette contains all colors used to render font glyphs. Each palette has the same number of colors.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_palette_custom_colors" qualifiers="virtual const">
|
||||
<return type="PackedColorArray" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns array of custom colors to override predefined palette.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_palette_name" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="index" type="int" />
|
||||
<description>
|
||||
Returns the name of the predefined color palette at [param index]. Palette contains all colors used to render font glyphs. Each palette has the same number of colors.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_scale" qualifiers="virtual required const">
|
||||
<return type="float" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
@ -550,13 +520,6 @@
|
|||
Returns thickness of the underline in pixels.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_used_palette" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns used palette index.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_variation_coordinates" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
@ -956,14 +919,6 @@
|
|||
If set to a positive value, overrides the oversampling factor of the viewport this font is used in. See [member Viewport.oversampling]. This value doesn't override the [code skip-lint]oversampling[/code] parameter of [code skip-lint]draw_*[/code] methods. Used by dynamic fonts only.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_palette_custom_colors" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="colors" type="PackedColorArray" />
|
||||
<description>
|
||||
Sets array of custom colors to override predefined palette. Set to empty array to reset overrides. Use [code]Color(0, 0, 0, 0)[/code], to keep predefined palette color at specific position.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_scale" qualifiers="virtual required">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
@ -1069,14 +1024,6 @@
|
|||
Sets thickness of the underline in pixels.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_used_palette" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="index" type="int" />
|
||||
<description>
|
||||
Sets used palette index.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_variation_coordinates" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue