Add LOTS of missing docs
This commit is contained in:
@@ -409,38 +409,55 @@
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="bold_font" type="Font">
|
||||
The font used for bold text.
|
||||
</theme_item>
|
||||
<theme_item name="bold_italics_font" type="Font">
|
||||
The font used for bold italics text.
|
||||
</theme_item>
|
||||
<theme_item name="default_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
The default text color.
|
||||
</theme_item>
|
||||
<theme_item name="focus" type="StyleBox">
|
||||
The background The background used when the [RichTextLabel] is focused.
|
||||
</theme_item>
|
||||
<theme_item name="font_color_selected" type="Color" default="Color( 0.49, 0.49, 0.49, 1 )">
|
||||
The color of selected text, used when [member selection_enabled] is [code]true[/code].
|
||||
</theme_item>
|
||||
<theme_item name="font_color_shadow" type="Color" default="Color( 0, 0, 0, 0 )">
|
||||
The color of the font's shadow.
|
||||
</theme_item>
|
||||
<theme_item name="italics_font" type="Font">
|
||||
The font used for italics text.
|
||||
</theme_item>
|
||||
<theme_item name="line_separation" type="int" default="1">
|
||||
The vertical space between lines.
|
||||
</theme_item>
|
||||
<theme_item name="mono_font" type="Font">
|
||||
The font used for monospace text.
|
||||
</theme_item>
|
||||
<theme_item name="normal" type="StyleBox">
|
||||
The normal background for the [RichTextLabel].
|
||||
</theme_item>
|
||||
<theme_item name="normal_font" type="Font">
|
||||
The default text font.
|
||||
</theme_item>
|
||||
<theme_item name="selection_color" type="Color" default="Color( 0.1, 0.1, 1, 0.8 )">
|
||||
The color of the selection box.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_as_outline" type="int" default="0">
|
||||
Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around the whole text as an outline.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_offset_x" type="int" default="1">
|
||||
The horizontal offset of the font's shadow.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_offset_y" type="int" default="1">
|
||||
The vertical offset of the font's shadow.
|
||||
</theme_item>
|
||||
<theme_item name="table_hseparation" type="int" default="3">
|
||||
The horizontal separation of elements in a table.
|
||||
</theme_item>
|
||||
<theme_item name="table_vseparation" type="int" default="3">
|
||||
The vertical separation of elements in a table.
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user