Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
doNotSkipSingleLine
Always apply justification to the paragraphs with a single line (.justificationSkipLastLine and .justificationSkipLastLineWithVisibleChars are ignored).
TextServer.swift:127static let doNotSkipSingleLine: TextServer.JustificationFlag
Other members in extension
Type members
init(rawValue: Int
) static let afterLastTab: TextServer.JustificationFlag
Only apply justification to the part of the text after the last tab.
static let constrainEllipsis: TextServer.JustificationFlag
Apply justification to the trimmed line with ellipsis.
static let kashida: TextServer.JustificationFlag
Justify text by adding and removing kashidas.
static let skipLastLine: TextServer.JustificationFlag
Do not apply justification to the last line of the paragraph.
static let skipLastLineWithVisibleChars: TextServer.JustificationFlag
Do not apply justification to the last line of the paragraph with visible characters (takes precedence over .justificationSkipLastLine).
static let trimEdgeSpaces: TextServer.JustificationFlag
Remove trailing and leading spaces from the justified text.
static let wordBound: TextServer.JustificationFlag
Justify text by changing width of the spaces between the words.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int