Méthode |
Description |
|
Add ( TextNode node ) : void |
|
|
Crumble ( TextNode node, int baseCaseSize ) : void |
Splits a word into sub-words of size less than or equal to baseCaseSize |
|
GetEnumerator ( ) : IEnumerator |
|
|
MeasureNodes ( QFontData fontData, QFontRenderOptions options ) : void |
|
|
SplitNode ( TextNode node ) : TextNode |
Splits a word node in two, adding both new nodes to the list in sequence. |
|
TextNodeList ( string text ) : System |
Builds a doubly linked list of text nodes from the given input string |
|
ToString ( ) : string |
|
|