[]
Gets or sets a function that is called to determine the minimum possible distance between columns. The function parameter is the collection of characters' widths.
The default implementation returns the average value multiplied by 2.
public Func<IEnumerable<float>, float> GetMinimumDistanceBetweenCols { get; set; }
Public Property GetMinimumDistanceBetweenCols As Func(Of IEnumerable(Of Single), Single)