# C1.Win.Ribbon.ShouldDrawFontEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_ShouldDrawFontEventArgs" data-uid="C1.Win.Ribbon.ShouldDrawFontEventArgs" class="text-break">ShouldDrawFontEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the ShouldDrawFont event.</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ShouldDrawFontEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_ShouldDrawFontEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ShouldDrawFontEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ShouldDrawFontEventArgs
    Inherits EventArgs</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_Win_Ribbon_ShouldDrawFontEventArgs_DrawUsingDefaultFont" data-uid="C1.Win.Ribbon.ShouldDrawFontEventArgs.DrawUsingDefaultFont">
          <a class="xref" href="C1.Win.Ribbon.ShouldDrawFontEventArgs.DrawUsingDefaultFont.html#C1_Win_Ribbon_ShouldDrawFontEventArgs_DrawUsingDefaultFont">DrawUsingDefaultFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font name should always be drawn using the default font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_ShouldDrawFontEventArgs_FontFamily" data-uid="C1.Win.Ribbon.ShouldDrawFontEventArgs.FontFamily">
          <a class="xref" href="C1.Win.Ribbon.ShouldDrawFontEventArgs.FontFamily.html#C1_Win_Ribbon_ShouldDrawFontEventArgs_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the FontFamily associated with this font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_ShouldDrawFontEventArgs_FontName" data-uid="C1.Win.Ribbon.ShouldDrawFontEventArgs.FontName">
          <a class="xref" href="C1.Win.Ribbon.ShouldDrawFontEventArgs.FontName.html#C1_Win_Ribbon_ShouldDrawFontEventArgs_FontName">FontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_ShouldDrawFontEventArgs_ShouldDraw" data-uid="C1.Win.Ribbon.ShouldDrawFontEventArgs.ShouldDraw">
          <a class="xref" href="C1.Win.Ribbon.ShouldDrawFontEventArgs.ShouldDraw.html#C1_Win_Ribbon_ShouldDrawFontEventArgs_ShouldDraw">ShouldDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font should appear in the drop-down list of the <a class="xref" href="C1.Win.Ribbon.RibbonFontComboBox.html">RibbonFontComboBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
