public override void Apply(GraphicDevice device)
 {
     device.Push(GetType());
     device.SetFont(m_Font);
 }