# GrapeCity.ActiveReports.Core.Document.FontsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Core_Document_FontsCollection" data-uid="GrapeCity.ActiveReports.Core.Document.FontsCollection" class="text-break">FontsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the font collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">FontsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Document.html">GrapeCity.ActiveReports.Core.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Document_FontsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontsCollection : CollectionBase, IList, ICollection, IEnumerable, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_FontsCollection__ctor" data-uid="GrapeCity.ActiveReports.Core.Document.FontsCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.FontsCollection.-ctor.html#GrapeCity_ActiveReports_Core_Document_FontsCollection__ctor">FontsCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor for <a class="xref" href="GrapeCity.ActiveReports.Core.Document.FontsCollection.html">FontsCollection</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_FontsCollection_Add_GrapeCity_ActiveReports_Document_Drawing_Font_" data-uid="GrapeCity.ActiveReports.Core.Document.FontsCollection.Add(GrapeCity.ActiveReports.Document.Drawing.Font)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.FontsCollection.Add.html#GrapeCity_ActiveReports_Core_Document_FontsCollection_Add_GrapeCity_ActiveReports_Document_Drawing_Font_">Add(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a> item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_FontsCollection_Dispose" data-uid="GrapeCity.ActiveReports.Core.Document.FontsCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.FontsCollection.Dispose.html#GrapeCity_ActiveReports_Core_Document_FontsCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_FontsCollection_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Core.Document.FontsCollection.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.FontsCollection.Dispose.html#GrapeCity_ActiveReports_Core_Document_FontsCollection_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
