mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (809a982)
This commit is contained in:
@@ -45,6 +45,8 @@ Properties
|
||||
+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`HorizontalAlignment<enum_@GlobalScope_HorizontalAlignment>` | :ref:`horizontal_alignment<class_Label_property_horizontal_alignment>` | ``0`` |
|
||||
+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`JustificationFlag<enum_TextServer_JustificationFlag>` | :ref:`justification_flags<class_Label_property_justification_flags>` | ``163`` |
|
||||
+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`LabelSettings<class_LabelSettings>` | :ref:`label_settings<class_Label_property_label_settings>` | |
|
||||
+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`language<class_Label_property_language>` | ``""`` |
|
||||
@@ -188,6 +190,23 @@ Controls the text's horizontal alignment. Supports left, center, right, and fill
|
||||
|
||||
----
|
||||
|
||||
.. _class_Label_property_justification_flags:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`JustificationFlag<enum_TextServer_JustificationFlag>` **justification_flags** = ``163``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_justification_flags** **(** :ref:`JustificationFlag<enum_TextServer_JustificationFlag>` value **)**
|
||||
- :ref:`JustificationFlag<enum_TextServer_JustificationFlag>` **get_justification_flags** **(** **)**
|
||||
|
||||
Line fill alignment rules. For more info see :ref:`JustificationFlag<enum_TextServer_JustificationFlag>`.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_Label_property_label_settings:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
Reference in New Issue
Block a user