diff options
author | reduz <reduzio@gmail.com> | 2021-05-27 12:32:30 -0300 |
---|---|---|
committer | reduz <reduzio@gmail.com> | 2021-06-02 12:47:57 -0300 |
commit | d95bc3fa6705af7976e58e21d548c790b8ac4ce7 (patch) | |
tree | 53a3e0d4923558d3fd70a70119a78db73460b676 /doc/classes/TreeItem.xml | |
parent | 8b06d4275d78debf2bb3d326899648f56abbb492 (diff) | |
download | redot-engine-d95bc3fa6705af7976e58e21d548c790b8ac4ce7.tar.gz |
Use bold fonts in editor
* Labels are now bold
* Categories in trees are bold
* Main editor buttons are bold
* Fixed section folding arrows in inspector
Diffstat (limited to 'doc/classes/TreeItem.xml')
-rw-r--r-- | doc/classes/TreeItem.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 7d37580504..0256d83fea 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -175,6 +175,14 @@ Returns the custom color of column [code]column[/code]. </description> </method> + <method name="get_custom_font" qualifiers="const"> + <return type="Font"> + </return> + <argument index="0" name="column" type="int"> + </argument> + <description> + </description> + </method> <method name="get_expand_right" qualifiers="const"> <return type="bool"> </return> @@ -579,6 +587,16 @@ The [code]callback[/code] should accept two arguments: the [TreeItem] that is drawn and its position and size as a [Rect2]. </description> </method> + <method name="set_custom_font"> + <return type="void"> + </return> + <argument index="0" name="column" type="int"> + </argument> + <argument index="1" name="font" type="Font"> + </argument> + <description> + </description> + </method> <method name="set_editable"> <return type="void"> </return> |