# C1.Report.FontDataCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FontDataCollection" data-uid="C1.Report.FontDataCollection" class="text-break">FontDataCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of the <a class="xref" href="C1.Report.FontHolder.html">FontHolder</a> objects.</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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div class="level2"><span class="xref">NotifyCollection</span>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div class="level3"><span class="xref">FontDataCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Report.FontData.html">FontData</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="../C1.Document/C1.Document.INotifyCollection.html">INotifyCollection</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FontDataCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontDataCollection : NotifyCollection&lt;FontData&gt;, IList&lt;FontData&gt;, ICollection&lt;FontData&gt;, IList, ICollection, IReadOnlyList&lt;FontData&gt;, IReadOnlyCollection&lt;FontData&gt;, IEnumerable&lt;FontData&gt;, IEnumerable, INotifyCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontDataCollection
    Inherits NotifyCollection(Of FontData)
    Implements IList(Of FontData), ICollection(Of FontData), IList, ICollection, IReadOnlyList(Of FontData), IReadOnlyCollection(Of FontData), IEnumerable(Of FontData), IEnumerable, INotifyCollection</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FontDataCollection_Default" data-uid="C1.Report.FontDataCollection.Default">
          <a class="xref" href="C1.Report.FontDataCollection.Default.html#C1_Report_FontDataCollection_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a reference to the default font holder of the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_Report" data-uid="C1.Report.FontDataCollection.Report">
          <a class="xref" href="C1.Report.FontDataCollection.Report.html#C1_Report_FontDataCollection_Report">Report</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Report_FontDataCollection_ClearItems" data-uid="C1.Report.FontDataCollection.ClearItems">
          <a class="xref" href="C1.Report.FontDataCollection.ClearItems.html#C1_Report_FontDataCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_FindFont_C1_Util_Font_System_Boolean_" data-uid="C1.Report.FontDataCollection.FindFont(C1.Util.Font,System.Boolean)">
          <a class="xref" href="C1.Report.FontDataCollection.FindFont.html#C1_Report_FontDataCollection_FindFont_C1_Util_Font_System_Boolean_">FindFont(Font, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a section from a font data collection by the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_FindFont_System_String_System_Boolean_System_Boolean_" data-uid="C1.Report.FontDataCollection.FindFont(System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Report.FontDataCollection.FindFont.html#C1_Report_FontDataCollection_FindFont_System_String_System_Boolean_System_Boolean_">FindFont(string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a section from a font data collection by the font name and characteristics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_InsertItem_System_Int32_C1_Report_FontData_" data-uid="C1.Report.FontDataCollection.InsertItem(System.Int32,C1.Report.FontData)">
          <a class="xref" href="C1.Report.FontDataCollection.InsertItem.html#C1_Report_FontDataCollection_InsertItem_System_Int32_C1_Report_FontData_">InsertItem(int, FontData)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_RemoveItem_System_Int32_" data-uid="C1.Report.FontDataCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Report.FontDataCollection.RemoveItem.html#C1_Report_FontDataCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_FontDataCollection_SetItem_System_Int32_C1_Report_FontData_" data-uid="C1.Report.FontDataCollection.SetItem(System.Int32,C1.Report.FontData)">
          <a class="xref" href="C1.Report.FontDataCollection.SetItem.html#C1_Report_FontDataCollection_SetItem_System_Int32_C1_Report_FontData_">SetItem(int, FontData)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FontDataCollection_PropertyChanged" data-uid="C1.Report.FontDataCollection.PropertyChanged">
          <a class="xref" href="C1.Report.FontDataCollection.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
