# GrapeCity.Documents.Word.FontInfoCollection.Append

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FontInfoCollection_Append_" data-uid="GrapeCity.Documents.Word.FontInfoCollection.Append*">Append Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FontInfoCollection_Append_" data-uid="GrapeCity.Documents.Word.FontInfoCollection.Append*"></a>
<h4 id="GrapeCity_Documents_Word_FontInfoCollection_Append_System_Collections_Generic_IList_GrapeCity_Documents_Text_Font__System_Boolean_" data-uid="GrapeCity.Documents.Word.FontInfoCollection.Append(System.Collections.Generic.IList{GrapeCity.Documents.Text.Font},System.Boolean)">Append(IList&lt;Font&gt;, bool)</h4>
<div class="markdown level1 summary"><p>Appends a list of <span class="xref">GrapeCity.Documents.Text.Font</span> objects to the collection.
Fonts that already exist in the collection are ignored.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Append(IList&lt;Font&gt; fonts, bool embed = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Append(fonts As IList(Of Font), Optional embed As Boolean = False)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<span class="xref">Font</span>&gt;</td>
      <td><span class="parametername">fonts</span></td>
      <td><p>The list of fonts to append.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">embed</span></td>
      <td><p>Specifies whether to embed appended fonts.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
