# GrapeCity.Documents.Text.SystemFontCollection.NoSystemFonts

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_SystemFontCollection_NoSystemFonts_" data-uid="GrapeCity.Documents.Text.SystemFontCollection.NoSystemFonts*">NoSystemFonts Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_SystemFontCollection_NoSystemFonts_" data-uid="GrapeCity.Documents.Text.SystemFontCollection.NoSystemFonts*"></a>
<h4 id="GrapeCity_Documents_Text_SystemFontCollection_NoSystemFonts" data-uid="GrapeCity.Documents.Text.SystemFontCollection.NoSystemFonts">NoSystemFonts</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the automatic loading of system fonts
is to be omitted in the static constructor of the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a> class.</p>
<p>
The default is false, and the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a>'s static constructor
loads all fonts installed in the system.
This is usually fast and does not consume significant resources,
but sometimes may cause problems (e.g. if an installed font file is corrupt).
In such cases set this property to true at program startup, before accessing
any members of the <a class="xref" href="GrapeCity.Documents.Text.FontCollection.html">FontCollection</a> class.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool NoSystemFonts { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Property NoSystemFonts As Boolean</code></pre>
</div>
</div>
