# GrapeCity.Documents.Word.SaveOptions.CommonSystemFontNames

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_SaveOptions_CommonSystemFontNames_" data-uid="GrapeCity.Documents.Word.SaveOptions.CommonSystemFontNames*">CommonSystemFontNames Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_SaveOptions_CommonSystemFontNames_" data-uid="GrapeCity.Documents.Word.SaveOptions.CommonSystemFontNames*"></a>
<h4 id="GrapeCity_Documents_Word_SaveOptions_CommonSystemFontNames" data-uid="GrapeCity.Documents.Word.SaveOptions.CommonSystemFontNames">CommonSystemFontNames</h4>
<div class="markdown level1 summary"><p>Gets the collection of common system font names.
If the value of <a class="xref" href="GrapeCity.Documents.Word.SaveOptions.EmbedSystemFonts.html#GrapeCity_Documents_Word_SaveOptions_EmbedSystemFonts">EmbedSystemFonts</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, then the fonts from this collection will not be embedded.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public HashSet&lt;string&gt; CommonSystemFontNames { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property CommonSystemFontNames As HashSet(Of String)</code></pre>
</div>
</div>
