Documents for PDF, .NET Edition Documentation
AppendFonts Method

GrapeCity.Documents.Common 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.
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

Reference

FontCollection Class
FontCollection Members