diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-08-12 14:49:10 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-11-26 14:25:52 +0200 |
commit | 7e2c0ffd1a19d5806a7fcf57e25d2465f7a8f8b6 (patch) | |
tree | ac1c66560407da2fe98642d385f53a52573cd788 /doc/classes/ProgressBar.xml | |
parent | 3be31c496089b413c87ca1411726dddc5dd0e7d6 (diff) | |
download | redot-engine-7e2c0ffd1a19d5806a7fcf57e25d2465f7a8f8b6.tar.gz |
[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation.
Diffstat (limited to 'doc/classes/ProgressBar.xml')
-rw-r--r-- | doc/classes/ProgressBar.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index c957d6f182..c05cbf4413 100644 --- a/doc/classes/ProgressBar.xml +++ b/doc/classes/ProgressBar.xml @@ -35,5 +35,8 @@ <theme_item name="font_color_shadow" type="Color" default="Color( 0, 0, 0, 1 )"> The color of the text's shadow. </theme_item> + <theme_item name="font_size" type="int"> + Font size used to draw the fill percentage if [member percent_visible] is [code]true[/code]. + </theme_item> </theme_items> </class> |