Esempio n. 1
0
 internal TextChunk(string text, int start, TextType originator, bool bold)
 {
     Attributes = new TextDescriptor(originator, start, text.Length, bold);
     Text = text;
 }
Esempio n. 2
0
 internal TextChunk(string text, int start, TextType originator, bool bold)
 {
     Attributes = new TextDescriptor(originator, start, text.Length, bold);
     Text       = text;
 }