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