[]
Gets or sets the array of font family names to choose the default font from. First elements of the array are more preferable than the subsequent ones.
Setting FontCollection to a not null value makes this property unusable.
public string[] DefaultFontFamilies { get; set; }
Public Property DefaultFontFamilies As String()