Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
rawValue
TextServer.swift:278let rawValue: Int
Other members in extension
Type members
init(rawValue: Int
) static let breakHard: TextServer.GraphemeFlag
Grapheme is mandatory break point (e.g.
"\n"
).static let breakSoft: TextServer.GraphemeFlag
Grapheme is optional break point (e.g. space).
static let connected: TextServer.GraphemeFlag
Grapheme is connected to the previous grapheme. Breaking line before this grapheme is not safe.
static let elongation: TextServer.GraphemeFlag
Grapheme is kashida.
static let embeddedObject: TextServer.GraphemeFlag
Grapheme is an object replacement character for the embedded object.
static let punctuation: TextServer.GraphemeFlag
Grapheme is punctuation character.
static let rtl: TextServer.GraphemeFlag
Grapheme is part of right-to-left or bottom-to-top run.
static let safeToInsertTatweel: TextServer.GraphemeFlag
It is safe to insert a U+0640 before this grapheme for elongation.
static let space: TextServer.GraphemeFlag
Grapheme is whitespace.
static let tab: TextServer.GraphemeFlag
Grapheme is the tabulation character.
static let underscore: TextServer.GraphemeFlag
Grapheme is underscore character.
static let valid: TextServer.GraphemeFlag
Grapheme is supported by the font, and can be drawn.
static let virtual: TextServer.GraphemeFlag
Grapheme is not part of source text, it was added by justification process.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging