# GrapeCity.Documents.Word.Theme.FontScheme

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Theme_FontScheme_" data-uid="GrapeCity.Documents.Word.Theme.FontScheme*">FontScheme Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Theme_FontScheme_" data-uid="GrapeCity.Documents.Word.Theme.FontScheme*"></a>
<h4 id="GrapeCity_Documents_Word_Theme_FontScheme" data-uid="GrapeCity.Documents.Word.Theme.FontScheme">FontScheme</h4>
<div class="markdown level1 summary"><p>Gets definitions of the font scheme within the theme.
The font scheme consists of a pair of major and minor fonts for which to use in a document.
The major font corresponds well with the heading areas of a document, and the minor font corresponds well with the normal text or paragraph areas.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FontScheme FontScheme { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property FontScheme As FontScheme</code></pre>
</div>
</div>
