# GrapeCity.Core.ThemeFontScheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Core_ThemeFontScheme" data-uid="GrapeCity.Core.ThemeFontScheme" class="text-break">ThemeFontScheme Class
</h1>
  <div class="markdown level0 summary"><p>Represents the font scheme within the theme. The font scheme consists of a pair of major and
minor fonts for which to used in a document.</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"><span class="xref">ThemeFontScheme</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Core.html">GrapeCity.Core</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Core_ThemeFontScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ThemeFontScheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ThemeFontScheme</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="GrapeCity_Core_ThemeFontScheme_Default" data-uid="GrapeCity.Core.ThemeFontScheme.Default">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.Default.html#GrapeCity_Core_ThemeFontScheme_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the font scheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontScheme_Major" data-uid="GrapeCity.Core.ThemeFontScheme.Major">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.Major.html#GrapeCity_Core_ThemeFontScheme_Major">Major</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font setting for the &quot;Headings&quot; in a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontScheme_Minor" data-uid="GrapeCity.Core.ThemeFontScheme.Minor">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.Minor.html#GrapeCity_Core_ThemeFontScheme_Minor">Minor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font settings for the &quot;Body&quot; of a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontScheme_Name" data-uid="GrapeCity.Core.ThemeFontScheme.Name">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.Name.html#GrapeCity_Core_ThemeFontScheme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the font scheme shown in the user interface</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_Core_ThemeFontScheme_Clone" data-uid="GrapeCity.Core.ThemeFontScheme.Clone">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.Clone.html#GrapeCity_Core_ThemeFontScheme_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this to a new instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontScheme_GetFontScheme_GrapeCity_Core_BuiltInFontSchemes_" data-uid="GrapeCity.Core.ThemeFontScheme.GetFontScheme(GrapeCity.Core.BuiltInFontSchemes)">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.GetFontScheme.html#GrapeCity_Core_ThemeFontScheme_GetFontScheme_GrapeCity_Core_BuiltInFontSchemes_">GetFontScheme(BuiltInFontSchemes)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the built-in font scheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontScheme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_Font__" data-uid="GrapeCity.Core.ThemeFontScheme.GetRenderFont(GrapeCity.Spreadsheet.IWorkbook,GrapeCity.Spreadsheet.Font@)">
          <a class="xref" href="GrapeCity.Core.ThemeFontScheme.GetRenderFont.html#GrapeCity_Core_ThemeFontScheme_GetRenderFont_GrapeCity_Spreadsheet_IWorkbook_GrapeCity_Spreadsheet_Font__">GetRenderFont(IWorkbook, ref Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display font from the special font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
