Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
addEllipsis
Determines whether an ellipsis should be added at the end of the text.
TextServer.swift:258static let addEllipsis: TextServer.TextOverrunFlag
Other members in extension
Type members
init(rawValue: Int
) static let enforceEllipsis: TextServer.TextOverrunFlag
Determines whether the ellipsis at the end of the text is enforced and may not be hidden.
static let justificationAware: TextServer.TextOverrunFlag
static let trim: TextServer.TextOverrunFlag
Trims the text when it exceeds the given width.
static let trimWordOnly: TextServer.TextOverrunFlag
Trims the text per word instead of per grapheme.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int