[]
Appends fonts from the specified list to the collection.
public void AppendFonts(IList<Font> list, bool addToFallbacks)
Public Sub AppendFonts(list As IList(Of Font), addToFallbacks As Boolean)
Type | Name | Description |
---|---|---|
IList<Font> | list | The list with fonts. |
bool | addToFallbacks | Specifies if the fonts should be added to the fallback font collection as well. |