private float GetBackgroundWidth() { if (BackgroundText.Length <= 0) { return(0); } int seperator = (BackgroundText.Length) * 1; return(BackgroundText.Sum(FormatBack.GetCharWidth) + seperator); }