Example #1
0
 public new void Setup()
 {
     base.Setup();
     defaultFont = CreateFont(DefaultFontStr, DefaultFontSize);
     areaBrush   = AreaColor.GetSolidBrush(this);
     textBrush   = TextColor.GetSolidBrush(this);
     blueBrush   = CreateSolidBrush(Color.Blue);
     redBrush    = CreateSolidBrush(Color.Red);
     headBrush   = HeadColor.GetSolidBrush(this);
     bodyBrush   = BodyColor.GetSolidBrush(this);
 }