# GrapeCity.Documents.Svg.GcSvgGraphics.EmbedFonts

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Svg_GcSvgGraphics_EmbedFonts_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.EmbedFonts*">EmbedFonts Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Svg_GcSvgGraphics_EmbedFonts_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.EmbedFonts*"></a>
<h4 id="GrapeCity_Documents_Svg_GcSvgGraphics_EmbedFonts" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.EmbedFonts">EmbedFonts</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether fonts used in 'text' elements should be embedded.</p>
<p>Changing this property only affects subsequent calls to <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout.html#GrapeCity_Documents_Drawing_GcGraphics_DrawTextLayout_GrapeCity_Documents_Text_TextLayout_System_Drawing_PointF_">DrawTextLayout(TextLayout, PointF)</a>,
<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawString.html#GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_PointF_">DrawString(string, TextFormat, PointF)</a> and
<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawString.html#GrapeCity_Documents_Drawing_GcGraphics_DrawString_System_String_GrapeCity_Documents_Text_TextFormat_System_Drawing_RectangleF_GrapeCity_Documents_Text_TextAlignment_GrapeCity_Documents_Text_ParagraphAlignment_System_Boolean_">DrawString(string, TextFormat, RectangleF, TextAlignment, ParagraphAlignment, bool)</a> methods.
Already rendered text is not affected.</p>
<p>This property is ignored if <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawTextAsPath.html#GrapeCity_Documents_Drawing_GcGraphics_DrawTextAsPath">DrawTextAsPath</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
<p>The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool EmbedFonts { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property EmbedFonts As Boolean</code></pre>
</div>
</div>
