mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[Font] Add an import option to pre-render all glyphs required for the translation.
This commit is contained in:
@@ -293,6 +293,14 @@
|
||||
Sets language code of column title used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_selected">
|
||||
<return type="void" />
|
||||
<param index="0" name="item" type="TreeItem" />
|
||||
<param index="1" name="column" type="int" />
|
||||
<description>
|
||||
Selects the specified [TreeItem] and column.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="allow_reselect" type="bool" setter="set_allow_reselect" getter="get_allow_reselect" default="false">
|
||||
|
||||
Reference in New Issue
Block a user