[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontInfoCollection.Append

Append Method

Append(IList<Font>, bool)

Appends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored.

Declaration
public void Append(IList<Font> fonts, bool embed = false)
Public Sub Append(fonts As IList(Of Font), Optional embed As Boolean = False)
Parameters
Type Name Description
IList<Font> fonts

The list of fonts to append.

bool embed

Specifies whether to embed appended fonts.