AppendFonts Method
AppendFonts(IList<Font>, bool)
Appends fonts from the specified list to the collection.
Declaration
public void AppendFonts(IList<Font> list, bool addToFallbacks)
Public Sub AppendFonts(list As IList(Of Font), addToFallbacks As Boolean)
Parameters
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.
|