diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-02 18:40:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:40:58 +0200 |
commit | 4e52b84011b4b3c9edb7646731c3ffe451d26316 (patch) | |
tree | 53a3e0d4923558d3fd70a70119a78db73460b676 /doc | |
parent | 8b06d4275d78debf2bb3d326899648f56abbb492 (diff) | |
parent | d95bc3fa6705af7976e58e21d548c790b8ac4ce7 (diff) |
Merge pull request #49148 from reduz/use-bold-fonts
Use bold fonts in editor
Diffstat (limited to 'doc')
-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> |