# GrapeCity.Documents.Text.FontCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_FontCollection" data-uid="GrapeCity.Documents.Text.FontCollection" class="text-break">FontCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</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="GrapeCity.Documents.Text.Font.html">Font</a>&gt;</div>
    <div class="level2"><span class="xref">FontCollection</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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</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="GrapeCity.Documents.Text.Font.html">Font</a>&gt;</div>
    <div><a class="xref" href="GrapeCity.Documents.Text.IFontCollection.html">IFontCollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</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="GrapeCity.Documents.Text.Font.html">Font</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="GrapeCity.Documents.Text.Font.html">Font</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_FontCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontCollection : Collection&lt;Font&gt;, IList, ICollection, IReadOnlyList&lt;Font&gt;, IReadOnlyCollection&lt;Font&gt;, IFontCollection, IList&lt;Font&gt;, ICollection&lt;Font&gt;, IEnumerable&lt;Font&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontCollection
    Inherits Collection(Of Font)
    Implements IList, ICollection, IReadOnlyList(Of Font), IReadOnlyCollection(Of Font), IFontCollection, IList(Of Font), ICollection(Of Font), IEnumerable(Of Font), IEnumerable</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_Documents_Text_FontCollection__ctor" data-uid="GrapeCity.Documents.Text.FontCollection.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.-ctor.html#GrapeCity_Documents_Text_FontCollection__ctor">FontCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Documents_Text_FontCollection_DefaultFont" data-uid="GrapeCity.Documents.Text.FontCollection.DefaultFont">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.DefaultFont.html#GrapeCity_Documents_Text_FontCollection_DefaultFont">DefaultFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SyncRoot" data-uid="GrapeCity.Documents.Text.FontCollection.SyncRoot">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SyncRoot.html#GrapeCity_Documents_Text_FontCollection_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize access to the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SystemFonts" data-uid="GrapeCity.Documents.Text.FontCollection.SystemFonts">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SystemFonts.html#GrapeCity_Documents_Text_FontCollection_SystemFonts">SystemFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of system fonts.</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_Documents_Text_FontCollection_AppendFallbackFontFamilies_System_String___" data-uid="GrapeCity.Documents.Text.FontCollection.AppendFallbackFontFamilies(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.AppendFallbackFontFamilies.html#GrapeCity_Documents_Text_FontCollection_AppendFallbackFontFamilies_System_String___">AppendFallbackFontFamilies(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Appends one or more font family names to the internal list of fallback font families.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_AppendFallbackFonts_GrapeCity_Documents_Text_Font___" data-uid="GrapeCity.Documents.Text.FontCollection.AppendFallbackFonts(GrapeCity.Documents.Text.Font[])">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.AppendFallbackFonts.html#GrapeCity_Documents_Text_FontCollection_AppendFallbackFonts_GrapeCity_Documents_Text_Font___">AppendFallbackFonts(params Font[])</a>
        </td>
        <td class="markdown level1 summary"><p>Appends one or more fonts to the internal fallback font list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_AppendFonts_System_Collections_Generic_IList_GrapeCity_Documents_Text_Font__System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.AppendFonts(System.Collections.Generic.IList{GrapeCity.Documents.Text.Font},System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.AppendFonts.html#GrapeCity_Documents_Text_FontCollection_AppendFonts_System_Collections_Generic_IList_GrapeCity_Documents_Text_Font__System_Boolean_">AppendFonts(IList&lt;Font&gt;, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends fonts from the specified list to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_ChooseFallbackFont_System_Int32_GrapeCity_Documents_Text_Font_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.ChooseFallbackFont(System.Int32,GrapeCity.Documents.Text.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.ChooseFallbackFont.html#GrapeCity_Documents_Text_FontCollection_ChooseFallbackFont_System_Int32_GrapeCity_Documents_Text_Font_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">ChooseFallbackFont(int, Font, bool, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a fallback font containing the given code point that looks similar to the source font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_ClearFallbackFontFamilies" data-uid="GrapeCity.Documents.Text.FontCollection.ClearFallbackFontFamilies">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.ClearFallbackFontFamilies.html#GrapeCity_Documents_Text_FontCollection_ClearFallbackFontFamilies">ClearFallbackFontFamilies()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the internal list of fallback font families.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_ClearFallbackFonts" data-uid="GrapeCity.Documents.Text.FontCollection.ClearFallbackFonts">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.ClearFallbackFonts.html#GrapeCity_Documents_Text_FontCollection_ClearFallbackFonts">ClearFallbackFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the internal list of fallback fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_ClearItems" data-uid="GrapeCity.Documents.Text.FontCollection.ClearItems">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.ClearItems.html#GrapeCity_Documents_Text_FontCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements from the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_Clone" data-uid="GrapeCity.Documents.Text.FontCollection.Clone">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.Clone.html#GrapeCity_Documents_Text_FontCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_FindFamilyName_System_String_System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.FindFamilyName(System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.FindFamilyName.html#GrapeCity_Documents_Text_FontCollection_FindFamilyName_System_String_System_Boolean_System_Boolean_">FindFamilyName(string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a font with the specified family name and style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_FindFamilyName_System_String___System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.FindFamilyName(System.String[],System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.FindFamilyName.html#GrapeCity_Documents_Text_FontCollection_FindFamilyName_System_String___System_Boolean_System_Boolean_">FindFamilyName(string[], bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a font from the set of allowable font family names and the specified style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_FindFileName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.FindFileName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.FindFileName.html#GrapeCity_Documents_Text_FontCollection_FindFileName_System_String_">FindFileName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first font having the specified file name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_FindFontPath_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.FindFontPath(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.FindFontPath.html#GrapeCity_Documents_Text_FontCollection_FindFontPath_System_String_">FindFontPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first font having the specified font path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_FindFullName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.FindFullName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.FindFullName.html#GrapeCity_Documents_Text_FontCollection_FindFullName_System_String_">FindFullName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first font with specified full name.</p>
<p>
Full font name that reflects all family and relevant subfamily descriptors.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_GetFallbackFontFamilies" data-uid="GrapeCity.Documents.Text.FontCollection.GetFallbackFontFamilies">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.GetFallbackFontFamilies.html#GrapeCity_Documents_Text_FontCollection_GetFallbackFontFamilies">GetFallbackFontFamilies()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a snapshot of the internal list of fallback font families.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_GetFallbackFonts" data-uid="GrapeCity.Documents.Text.FontCollection.GetFallbackFonts">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.GetFallbackFonts.html#GrapeCity_Documents_Text_FontCollection_GetFallbackFonts">GetFallbackFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a snapshot of the internal fallback font list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_InsertItem_System_Int32_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontCollection.InsertItem(System.Int32,GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.InsertItem.html#GrapeCity_Documents_Text_FontCollection_InsertItem_System_Int32_GrapeCity_Documents_Text_Font_">InsertItem(int, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_LoadFonts_System_Byte___System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.LoadFonts(System.Byte[],System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.LoadFonts.html#GrapeCity_Documents_Text_FontCollection_LoadFonts_System_Byte___System_Boolean_">LoadFonts(byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads all fonts from a specified byte array into the collection.</p>
<p>
Use the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RegisterFont.html#GrapeCity_Documents_Text_FontCollection_RegisterFont_System_String_System_Boolean_">RegisterFont(string, bool)</a> method if there is a font file.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_LoadFonts_System_IO_Stream_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.LoadFonts(System.IO.Stream,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.LoadFonts.html#GrapeCity_Documents_Text_FontCollection_LoadFonts_System_IO_Stream_System_Int32_System_Boolean_">LoadFonts(Stream, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads all fonts from the specified stream into the collection.</p>
<p>
Use the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RegisterFont.html#GrapeCity_Documents_Text_FontCollection_RegisterFont_System_String_System_Boolean_">RegisterFont(string, bool)</a> method if there is a font file.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_RegisterDirectory_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.RegisterDirectory(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RegisterDirectory.html#GrapeCity_Documents_Text_FontCollection_RegisterDirectory_System_String_System_Boolean_">RegisterDirectory(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends all fonts (*.ttf, *.otf, *.ttc files) from the specified folder to the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_RegisterFont_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Text.FontCollection.RegisterFont(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RegisterFont.html#GrapeCity_Documents_Text_FontCollection_RegisterFont_System_String_System_Boolean_">RegisterFont(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends all fonts from the specified font file to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_RemoveFallbackFontFamilies_System_String___" data-uid="GrapeCity.Documents.Text.FontCollection.RemoveFallbackFontFamilies(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RemoveFallbackFontFamilies.html#GrapeCity_Documents_Text_FontCollection_RemoveFallbackFontFamilies_System_String___">RemoveFallbackFontFamilies(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Removes one or more font family names from the internal list of fallback font families.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_RemoveFallbackFonts_GrapeCity_Documents_Text_Font___" data-uid="GrapeCity.Documents.Text.FontCollection.RemoveFallbackFonts(GrapeCity.Documents.Text.Font[])">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RemoveFallbackFonts.html#GrapeCity_Documents_Text_FontCollection_RemoveFallbackFonts_GrapeCity_Documents_Text_Font___">RemoveFallbackFonts(params Font[])</a>
        </td>
        <td class="markdown level1 summary"><p>Removes one or more fonts from the internal fallback font list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_RemoveItem_System_Int32_" data-uid="GrapeCity.Documents.Text.FontCollection.RemoveItem(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.RemoveItem.html#GrapeCity_Documents_Text_FontCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index of the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFamilyName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFamilyName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFamilyName.html#GrapeCity_Documents_Text_FontCollection_SelectByFamilyName_System_String_">SelectByFamilyName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of fonts with the specified family name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFamilyName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFamilyName(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font})">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFamilyName.html#GrapeCity_Documents_Text_FontCollection_SelectByFamilyName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__">SelectByFamilyName(string, List&lt;Font&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects the fonts with the specified family name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFileName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFileName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFileName.html#GrapeCity_Documents_Text_FontCollection_SelectByFileName_System_String_">SelectByFileName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of fonts having the same specified file name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFileName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFileName(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font})">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFileName.html#GrapeCity_Documents_Text_FontCollection_SelectByFileName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__">SelectByFileName(string, List&lt;Font&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects the fonts having the same specified file name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFontPath_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFontPath(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFontPath.html#GrapeCity_Documents_Text_FontCollection_SelectByFontPath_System_String_">SelectByFontPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of fonts having the same specified font path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFontPath_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFontPath(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font})">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFontPath.html#GrapeCity_Documents_Text_FontCollection_SelectByFontPath_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__">SelectByFontPath(string, List&lt;Font&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects the fonts having the same specified font path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFullName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFullName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFullName.html#GrapeCity_Documents_Text_FontCollection_SelectByFullName_System_String_">SelectByFullName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of fonts with the specified full name.</p>
<p>
Full font name that reflects all family and relevant subfamily descriptors.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByFullName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByFullName(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font})">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByFullName.html#GrapeCity_Documents_Text_FontCollection_SelectByFullName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__">SelectByFullName(string, List&lt;Font&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects the fonts with the specified full name.</p>
<p>
Full font name that reflects all family and relevant subfamily descriptors.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByTypographicFamilyName_System_String_" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByTypographicFamilyName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByTypographicFamilyName.html#GrapeCity_Documents_Text_FontCollection_SelectByTypographicFamilyName_System_String_">SelectByTypographicFamilyName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of fonts with the specified typographic family name.</p>
<p>
The typographic family grouping doesn't impose any constraints on the number
of faces within it, in contrast with the 4-style family grouping.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SelectByTypographicFamilyName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__" data-uid="GrapeCity.Documents.Text.FontCollection.SelectByTypographicFamilyName(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font})">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SelectByTypographicFamilyName.html#GrapeCity_Documents_Text_FontCollection_SelectByTypographicFamilyName_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__">SelectByTypographicFamilyName(string, List&lt;Font&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects the fonts with the specified typographic family name.</p>
<p>
The typographic family grouping doesn't impose any constraints on the number
of faces within it, in contrast with the 4-style family grouping.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontCollection_SetItem_System_Int32_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontCollection.SetItem(System.Int32,GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontCollection.SetItem.html#GrapeCity_Documents_Text_FontCollection_SetItem_System_Int32_GrapeCity_Documents_Text_Font_">SetItem(int, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the element at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
