Document Solutions for Word
DS.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutSettings Class / FontDirectory Property

In This Topic
    FontDirectory Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property FontDirectory As System.String
    public System.string FontDirectory {get; set;}
    See Also