[]
Appends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored.
public void Append(IList<Font> fonts, bool embed = false)
Public Sub Append(fonts As IList(Of Font), Optional embed As Boolean = False)
Type | Name | Description |
---|---|---|
IList<Font> | fonts | The list of fonts to append. |
bool | embed | Specifies whether to embed appended fonts. |