From c89cf8476ca4035b6fda11c50579bc5e9017a8c0 Mon Sep 17 00:00:00 2001 From: Micky Date: Sat, 6 Jan 2024 19:06:48 +0100 Subject: [PATCH] Add missing descriptions to TextServer's constants (cherry picked from commit d3150c9c8f83d1f6ca3adeb6cbdda32600c4457d) --- doc/classes/TextServer.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index f4246a8c504..954e48ac17b 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -1729,6 +1729,7 @@ Vertical BGR subpixel layout. + Represents the size of the [enum FontLCDSubpixelLayout] enum. Text direction is determined based on contents and current locale. @@ -1852,6 +1853,7 @@ Determines whether the ellipsis at the end of the text is enforced and may not be hidden. + Accounts for the text being justified before attempting to trim it (see [enum JustificationFlag]). Grapheme is supported by the font, and can be drawn. @@ -1990,6 +1992,7 @@ Spacing at the bottom of the line. + Represents the size of the [enum SpacingType] enum. Font is bold.