Esempio n. 1
0
 protected override void DrawCore(DrawContext context)
 {
     if (Asset != null && !string.IsNullOrEmpty(Text))
     {
         context.DrawString(Asset, Text, Position, Color, Rotation, Origin, Scale, Effects, Depth);
     }
 }