Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / AppendFonts Method
The list with fonts.
Specifies if the fonts should be added to the fallback font collection as well.

In This Topic
    AppendFonts Method
    In This Topic
    Appends fonts from the specified list to the collection.
    Syntax
    'Declaration
     
    Public Sub AppendFonts( _
       ByVal list As System.Collections.Generic.IList(Of Font), _
       ByVal addToFallbacks As System.Boolean _
    ) 
    public void AppendFonts( 
       System.Collections.Generic.IList<Font> list,
       System.bool addToFallbacks
    )

    Parameters

    list
    The list with fonts.
    addToFallbacks
    Specifies if the fonts should be added to the fallback font collection as well.
    See Also