# GrapeCity.Core.ThemeFontLanguage

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Core_ThemeFontLanguage" data-uid="GrapeCity.Core.ThemeFontLanguage" class="text-break">ThemeFontLanguage Enum
</h1>
  <div class="markdown level0 summary"><p>Represents one of the three language fonts contained in the <span class="xref">GrapeCity.Core.ThemeFonts</span> collection.</p>
</div>
  <div class="markdown level0 conceptual"></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_ThemeFontLanguage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThemeFontLanguage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThemeFontLanguage</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Core_ThemeFontLanguage_ComplexScript">ComplexScript</td>
        <td><p>Represents the font face for Complex Script languages. The Complex Script language collection supports Arabic, Georgian, Hebrew, Indian, Thai and Vietnamese alphabets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontLanguage_EastAsian">EastAsian</td>
        <td><p>Represents the East Asian font face. East Asian Languages include Simplified Chinese, Traditional Chinese, Japanese, and Korean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeFontLanguage_Latin">Latin</td>
        <td><p>Represents the Latin font face.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
