M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
|
Public Types | |
enum | TokenType { EmptyCharacter , ZeroWidthSpace , NonBreakingSpace , WordJoiner , NewLine , Tab , Character , Tag } |
Static Public Member Functions | |
static TextToken | CreateEmptyCharacter () |
static TextToken | CreateZeroWidthSpaceCharacter () |
static TextToken | CreateNonBreakingSpaceCharacter () |
static TextToken | CreateWordJoinerCharacter () |
static TextToken | CreateNewLine () |
static TextToken | CreateTab () |
static TextToken | CreateCharacter (char character) |
static TextToken | CreateTag (RichTextTag tag) |
static TextToken | CreateCharacterCannotEndLineWith (char character) |
static TextToken | CreateCharacterCannotStartLineWith (char character) |
static List< TextToken > | CreateTokenArrayFromWord (string word) |
Properties | |
char | Token [get] |
TokenType | Type [get] |
RichTextTag | Tag [get] |
bool | CannotStartLineWithCharacter [get, set] |
bool | CannotEndLineWithCharacter [get, set] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
get |
|
get |
|
get |
|
getset |
|
getset |