'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.