mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (f8a2a91)
This commit is contained in:
@@ -34,6 +34,8 @@ Properties
|
||||
+---------------------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+
|
||||
| :ref:`Direction<enum_TextServer_Direction>` | :ref:`direction<class_TextLine_property_direction>` | ``0`` |
|
||||
+---------------------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+
|
||||
| :ref:`String<class_String>` | :ref:`ellipsis_char<class_TextLine_property_ellipsis_char>` | ``"…"`` |
|
||||
+---------------------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+
|
||||
| |bitfield|\<:ref:`JustificationFlag<enum_TextServer_JustificationFlag>`\> | :ref:`flags<class_TextLine_property_flags>` | ``3`` |
|
||||
+---------------------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+
|
||||
| :ref:`Orientation<enum_TextServer_Orientation>` | :ref:`orientation<class_TextLine_property_orientation>` | ``0`` |
|
||||
@@ -136,6 +138,23 @@ Text writing direction.
|
||||
|
||||
----
|
||||
|
||||
.. _class_TextLine_property_ellipsis_char:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`String<class_String>` **ellipsis_char** = ``"…"``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_ellipsis_char** **(** :ref:`String<class_String>` value **)**
|
||||
- :ref:`String<class_String>` **get_ellipsis_char** **(** **)**
|
||||
|
||||
Ellipsis character used for text clipping.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_TextLine_property_flags:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
Reference in New Issue
Block a user