[Font] Add an import option to pre-render all glyphs required for the translation.

This commit is contained in:
bruvzg
2022-11-09 14:45:21 +02:00
parent dca5cb8e40
commit 35528b800c
12 changed files with 261 additions and 20 deletions

View File

@@ -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">