Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
glyphsAuto
Displays visibleRatio
or visibleRatio
glyphs, starting from the left or from the right, depending on layoutDirection
value.
case glyphsAuto
Other cases
case charsBeforeShaping
Trims text before the shaping. e.g, increasing
visibleCharacters
orvisibleCharacters
value is visually identical to typing the text.case charsAfterShaping
Displays glyphs that are mapped to the first
visibleCharacters
orvisibleCharacters
characters from the beginning of the text.case glyphsLtr
Displays
visibleRatio
orvisibleRatio
glyphs, starting from the left.case glyphsRtl
Displays
visibleRatio
orvisibleRatio
glyphs, starting from the right.