# GrapeCity.Documents.Text.TextFormat.AllowFontSbits

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextFormat_AllowFontSbits_" data-uid="GrapeCity.Documents.Text.TextFormat.AllowFontSbits*">AllowFontSbits Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextFormat_AllowFontSbits_" data-uid="GrapeCity.Documents.Text.TextFormat.AllowFontSbits*"></a>
<h4 id="GrapeCity_Documents_Text_TextFormat_AllowFontSbits" data-uid="GrapeCity.Documents.Text.TextFormat.AllowFontSbits">AllowFontSbits</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating if the embedded bitmaps from the EBDT font table can be used.</p>
<p>The default is true.</p>
<p>
This property affects text drawing on GcBitmapGraphics only.
Also, it has no effect if <a class="xref" href="GrapeCity.Documents.Text.TextFormat.UseBitmapCache.html#GrapeCity_Documents_Text_TextFormat_UseBitmapCache">UseBitmapCache</a> is set to false.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowFontSbits { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowFontSbits As Boolean</code></pre>
</div>
</div>
