[]
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.
public FontCollection FontCollection { get; set; }
Public Property FontCollection As FontCollection