# C1.Win.Ribbon.StyleFontDelta

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_StyleFontDelta" data-uid="C1.Win.Ribbon.StyleFontDelta" class="text-break">StyleFontDelta Class
</h1>
  <div class="markdown level0 summary"><p>Represents the font delta that can be applied to the base font.</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">StyleFontDelta</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_StyleFontDelta_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StyleFontDelta</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StyleFontDelta</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_StyleFontDelta_Bold" data-uid="C1.Win.Ribbon.StyleFontDelta.Bold">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Bold.html#C1_Win_Ribbon_StyleFontDelta_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the resulting font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_FamilyName" data-uid="C1.Win.Ribbon.StyleFontDelta.FamilyName">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.FamilyName.html#C1_Win_Ribbon_StyleFontDelta_FamilyName">FamilyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family name for the resulting font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_Italic" data-uid="C1.Win.Ribbon.StyleFontDelta.Italic">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Italic.html#C1_Win_Ribbon_StyleFontDelta_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the resulting font has the italic style applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_MaxSize" data-uid="C1.Win.Ribbon.StyleFontDelta.MaxSize">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.MaxSize.html#C1_Win_Ribbon_StyleFontDelta_MaxSize">MaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum em-size of the resulting font, in points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_MinSize" data-uid="C1.Win.Ribbon.StyleFontDelta.MinSize">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.MinSize.html#C1_Win_Ribbon_StyleFontDelta_MinSize">MinSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum em-size of the resulting font, in points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_Size" data-uid="C1.Win.Ribbon.StyleFontDelta.Size">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Size.html#C1_Win_Ribbon_StyleFontDelta_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the em-size, in points, of the resulting font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_SizeDelta" data-uid="C1.Win.Ribbon.StyleFontDelta.SizeDelta">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.SizeDelta.html#C1_Win_Ribbon_StyleFontDelta_SizeDelta">SizeDelta</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 'delta' of em-size, in points, that is added to the size of the base font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_SizeFactor" data-uid="C1.Win.Ribbon.StyleFontDelta.SizeFactor">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.SizeFactor.html#C1_Win_Ribbon_StyleFontDelta_SizeFactor">SizeFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a scale factor applied to the size of the base font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_SpecificFont" data-uid="C1.Win.Ribbon.StyleFontDelta.SpecificFont">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.SpecificFont.html#C1_Win_Ribbon_StyleFontDelta_SpecificFont">SpecificFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specific font that will be used instead of the base font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_Strikeout" data-uid="C1.Win.Ribbon.StyleFontDelta.Strikeout">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Strikeout.html#C1_Win_Ribbon_StyleFontDelta_Strikeout">Strikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the resulting font specifies a horizontal line through the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_Underline" data-uid="C1.Win.Ribbon.StyleFontDelta.Underline">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Underline.html#C1_Win_Ribbon_StyleFontDelta_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the resulting font is underlined.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_StyleFontDelta_GetFont_System_Drawing_Font_" data-uid="C1.Win.Ribbon.StyleFontDelta.GetFont(System.Drawing.Font)">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.GetFont.html#C1_Win_Ribbon_StyleFontDelta_GetFont_System_Drawing_Font_">GetFont(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font as a result of applying this 'delta' to the specified base font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_StyleFontDelta_Reset" data-uid="C1.Win.Ribbon.StyleFontDelta.Reset">
          <a class="xref" href="C1.Win.Ribbon.StyleFontDelta.Reset.html#C1_Win_Ribbon_StyleFontDelta_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all delta properties to their default values, use the base font as it is.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
