# C1.Web.Api.BarCode.Font

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_BarCode_Font" data-uid="C1.Web.Api.BarCode.Font" class="text-break">Font Class
</h1>
  <div class="markdown level0 summary"><p>Font styles.</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"><span class="xref">Font</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.BarCode.html">C1.Web.Api.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.BarCode.dll</h6>
  <h5 id="C1_Web_Api_BarCode_Font_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Font</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Font</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_BarCode_Font__ctor" data-uid="C1.Web.Api.BarCode.Font.#ctor">
          <a class="xref" href="C1.Web.Api.BarCode.Font.-ctor.html#C1_Web_Api_BarCode_Font__ctor">Font()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Web_Api_BarCode_Font_Bold" data-uid="C1.Web.Api.BarCode.Font.Bold">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Bold.html#C1_Web_Api_BarCode_Font_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to make the text bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_Font_Family" data-uid="C1.Web.Api.BarCode.Font.Family">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Family.html#C1_Web_Api_BarCode_Font_Family">Family</a>
        </td>
        <td class="markdown level1 summary"><p>Font family name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_Font_Italic" data-uid="C1.Web.Api.BarCode.Font.Italic">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Italic.html#C1_Web_Api_BarCode_Font_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to make the text italic.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_Font_Size" data-uid="C1.Web.Api.BarCode.Font.Size">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Size.html#C1_Web_Api_BarCode_Font_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Font size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_Font_Strikeout" data-uid="C1.Web.Api.BarCode.Font.Strikeout">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Strikeout.html#C1_Web_Api_BarCode_Font_Strikeout">Strikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to show strikethrough.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_Font_Underline" data-uid="C1.Web.Api.BarCode.Font.Underline">
          <a class="xref" href="C1.Web.Api.BarCode.Font.Underline.html#C1_Web_Api_BarCode_Font_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to show underline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
