[]
Gets or sets the path to a directory with fonts to be used for rendering text.
Setting FontCollection to a not null value makes this property unusable.
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 string FontDirectory { get; set; }
Public Property FontDirectory As String