[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.WordLayoutSettings.DefaultFontFamilies

DefaultFontFamilies Property

DefaultFontFamilies

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.

Declaration
public string[] DefaultFontFamilies { get; set; }
Public Property DefaultFontFamilies As String()