Example #1
0
 public BoldTextDecorator(TextComponent component) : base(component)
 {
 }
Example #2
0
 public ItalicTextDecorator(TextComponent component) : base(component)
 {
 }
Example #3
0
 public TextDecorator(TextComponent component)
 {
     this.component = component;
 }