/// <summary>
        /// </summary>
        public new Rectangle GetTextBounds(NuGenTextBoundsParams textBoundsParams)
        {
            Rectangle textBounds = base.GetTextBounds(textBoundsParams);

            return(Rectangle.Inflate(textBounds, -_textOffset, 0));
        }
		/// <summary>
		/// </summary>
		public new Rectangle GetTextBounds(NuGenTextBoundsParams textBoundsParams)
		{
			Rectangle textBounds = base.GetTextBounds(textBoundsParams);
			return Rectangle.Inflate(textBounds, -_textOffset, 0);
		}