classref: Sync with current master branch (bfa866c)

This commit is contained in:
Godot Organization
2024-03-09 03:20:22 +00:00
parent fce8f25905
commit b78316581b
40 changed files with 2183 additions and 160 deletions

View File

@@ -800,6 +800,14 @@ Should be used only in conjunction with :ref:`BREAK_WORD_BOUND<class_TextServer_
Remove edge spaces from the broken line segments.
.. _class_TextServer_constant_BREAK_TRIM_INDENT:
.. rst-class:: classref-enumeration-constant
:ref:`LineBreakFlag<enum_TextServer_LineBreakFlag>` **BREAK_TRIM_INDENT** = ``32``
Subtract first line indentation width from all lines after the first one.
.. rst-class:: classref-item-separator
----