# C1.Report.FlexReport.Fonts

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_Fonts_" data-uid="C1.Report.FlexReport.Fonts*">Fonts Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_Fonts_" data-uid="C1.Report.FlexReport.Fonts*"></a>
<h4 id="C1_Report_FlexReport_Fonts" data-uid="C1.Report.FlexReport.Fonts">Fonts</h4>
<div class="markdown level1 summary"><p>Gets the data used by report fonts.</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;C1FlexReport.Fonts&quot;, &quot;The data used by report fonts.&quot;)]
[Browsable(false)]
public FontDataCollection Fonts { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;C1FlexReport.Fonts&quot;, &quot;The data used by report fonts.&quot;)&gt;
&lt;Browsable(False)&gt;
Public ReadOnly Property Fonts As FontDataCollection</code></pre>
</div>
</div>
