# C1.Report.FontData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FontData" data-uid="C1.Report.FontData" class="text-break">FontData Class
</h1>
  <div class="markdown level0 summary"><p>Represents platform independent Font object.
Under WinForms encapsulates a <span class="xref">C1.Util.Font</span> object and provides get/set access to the font properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Report.FontHolder.html">FontHolder</a></div>
    <div class="level2"><span class="xref">FontData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FontData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class FontData : FontHolder, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class FontData
    Inherits FontHolder
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FontData_Data" data-uid="C1.Report.FontData.Data">
          <a class="xref" href="C1.Report.FontData.Data.html#C1_Report_FontData_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets binary data of this font data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FontData_Embed" data-uid="C1.Report.FontData.Embed">
          <a class="xref" href="C1.Report.FontData.Embed.html#C1_Report_FontData_Embed">Embed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether embedded this font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FontData_Format" data-uid="C1.Report.FontData.Format">
          <a class="xref" href="C1.Report.FontData.Format.html#C1_Report_FontData_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets embedded font format of this font data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
