'Declaration Public Property FontCollection As GrapeCity.Documents.Text.FontCollection
public GrapeCity.Documents.Text.FontCollection FontCollection {get; set;}
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 Property FontCollection As GrapeCity.Documents.Text.FontCollection
public GrapeCity.Documents.Text.FontCollection FontCollection {get; set;}