Appends fonts from the specified list to the collection.
public void AppendFonts(
System.Collections.Generic.IList<Font> ,
System.bool
)
'Declaration
Public Sub AppendFonts( _
ByVal As System.Collections.Generic.IList(Of Font), _
ByVal As System.Boolean _
)
Parameters
- list
- The list with fonts.
- addToFallbacks
- Specifies if the fonts should be added to the fallback font collection as well.