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