mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Refactor Font configuration and import UI, and Font resources.
This commit is contained in:
@@ -182,13 +182,6 @@
|
||||
Removes all items from the [PopupMenu].
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear_item_opentype_features">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
<description>
|
||||
Removes all OpenType features form the item's text.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_current_index" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
@@ -244,14 +237,6 @@
|
||||
Returns the metadata of the specified item, which might be of any type. You can set it with [method set_item_metadata], which provides a simple way of assigning context data to items.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_item_opentype_feature" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
<argument index="1" name="tag" type="String" />
|
||||
<description>
|
||||
Returns OpenType feature [code]tag[/code] of the item's text.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_item_shortcut" qualifiers="const">
|
||||
<return type="Shortcut" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
@@ -452,15 +437,6 @@
|
||||
Sets the state of a multistate item. See [method add_multistate_item] for details.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_item_opentype_feature">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
<argument index="1" name="tag" type="String" />
|
||||
<argument index="2" name="value" type="int" />
|
||||
<description>
|
||||
Sets OpenType feature [code]tag[/code] for the item's text. More info: [url=https://docs.microsoft.com/en-us/typography/opentype/spec/featuretags]OpenType feature tags[/url].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_item_shortcut">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
|
||||
Reference in New Issue
Block a user