Refactor Font configuration and import UI, and Font resources.
This commit is contained in:
parent
cf19484746
commit
344ba0ffaf
113 changed files with 5041 additions and 6485 deletions
|
|
@ -42,13 +42,6 @@
|
|||
Clears the tree. This removes all items.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear_column_title_opentype_features">
|
||||
<return type="void" />
|
||||
<argument index="0" name="column" type="int" />
|
||||
<description>
|
||||
Removes all OpenType features from the item's text.
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_item">
|
||||
<return type="TreeItem" />
|
||||
<argument index="0" name="parent" type="TreeItem" default="null" />
|
||||
|
|
@ -114,14 +107,6 @@
|
|||
Returns column title language code.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_column_title_opentype_feature" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="column" type="int" />
|
||||
<argument index="1" name="tag" type="String" />
|
||||
<description>
|
||||
Returns OpenType feature [code]tag[/code] of the column title.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_column_width" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="column" type="int" />
|
||||
|
|
@ -308,15 +293,6 @@
|
|||
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_column_title_opentype_feature">
|
||||
<return type="void" />
|
||||
<argument index="0" name="column" 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 column title.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="allow_reselect" type="bool" setter="set_allow_reselect" getter="get_allow_reselect" default="false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue