# C1.Report.RtfField.Font

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_RtfField_Font_" data-uid="C1.Report.RtfField.Font*">Font Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_RtfField_Font_" data-uid="C1.Report.RtfField.Font*"></a>
<h4 id="C1_Report_RtfField_Font" data-uid="C1.Report.RtfField.Font">Font</h4>
<div class="markdown level1 summary"><p>Gets or sets the text font.
This property is used only if the field's text is not enclosed in RTF begin/end tags &quot;{\rtf1&quot; and &quot;}&quot;.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;RtfField.Font&quot;, &quot;The text font. Used only if the field&#39;s text is not enclosed in RTF begin/end tags \&quot;{\rtf1\&quot; and \&quot;}\&quot;.&quot;)]
public FontHolder Font { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;RtfField.Font&quot;, &quot;The text font. Used only if the field&#39;s text is not enclosed in RTF begin/end tags &quot;&quot;{&quot; &amp; vbCr &amp; &quot;tf1&quot;&quot; and &quot;&quot;}&quot;&quot;.&quot;)&gt;
Public Property Font As FontHolder</code></pre>
</div>
</div>
