Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
mandatory
Break the line at the line mandatory break characters (e.g. "\n"
).
static let mandatory: TextServer.LineBreakFlag
Other members in extension
Type members
init(rawValue: Int
) static let adaptive: TextServer.LineBreakFlag
Should be used only in conjunction with .breakWordBound, break the line between any unconnected graphemes, if it’s impossible to break it between the words.
static let graphemeBound: TextServer.LineBreakFlag
Break the line between any unconnected graphemes.
static let trimEdgeSpaces: TextServer.LineBreakFlag
Remove edge spaces from the broken line segments.
static let wordBound: TextServer.LineBreakFlag
Break the line between the words.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int