# C1.Report.Field.Font

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Field_Font_" data-uid="C1.Report.Field.Font*">Font Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Field_Font_" data-uid="C1.Report.Field.Font*"></a>
<h4 id="C1_Report_Field_Font" data-uid="C1.Report.Field.Font">Font</h4>
<div class="markdown level1 summary"><p>Gets or sets the field's font.</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;Field.Font&quot;, &quot;The field&#39;s font.&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;Field.Font&quot;, &quot;The field&#39;s font.&quot;)&gt;
Public Property Font As FontHolder</code></pre>
</div>
<h5 id="C1_Report_Field_Font_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If you set a field's font <a class="xref" href="C1.Report.FontHolder.Size.html#C1_Report_FontHolder_Size">Size</a> property to a value that
is too large to fit the field box (defined by the <a class="xref" href="C1.Report.FieldBase.Height.html#C1_Report_FieldBase_Height">Height</a> property),
no text will appear in the field.</p>
</div>
<h5 id="C1_Report_Field_Font_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Report.FontHolder.html">FontHolder</a></div>
</div>
</div>
