Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Add flags to control last/single line justification.
This commit is contained in:
parent
5c653c27cd
commit
9163d8c336
24 changed files with 292 additions and 46 deletions
|
|
@ -409,6 +409,7 @@
|
|||
<param index="1" name="base_direction" type="int" enum="Control.TextDirection" default="0" />
|
||||
<param index="2" name="language" type="String" default="""" />
|
||||
<param index="3" name="st_parser" type="int" enum="TextServer.StructuredTextParser" default="0" />
|
||||
<param index="4" name="justification_flags" type="int" enum="TextServer.JustificationFlag" default="163" />
|
||||
<description>
|
||||
Adds a [code][p][/code] tag to the tag stack.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue