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

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

    Syntax
    'Declaration
     
    Public Property FontCollection As GrapeCity.Documents.Text.FontCollection
    public GrapeCity.Documents.Text.FontCollection FontCollection {get; set;}
    See Also