[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.WordLayoutSettings.FontCollection

FontCollection Property

FontCollection

Gets or sets a GrapeCity.Documents.Text.FontCollection with fonts to be used for rendering text.

If this property is not null the value of FontDirectory is ignored.

In a Windows environment both FontCollection and FontDirectory can be null, in which case Windows system fonts will be used. In a non-Windows environment not specifying these properties may cause the rendering to fail.

Declaration
public FontCollection FontCollection { get; set; }
Public Property FontCollection As FontCollection