# FarPoint.Win.Spread.SpreadFontStyle.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadFontStyle__ctor_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor*">SpreadFontStyle Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadFontStyle__ctor_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SpreadFontStyle__ctor_FarPoint_Win_Spread_RegularBoldItalicFontStyle_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor(FarPoint.Win.Spread.RegularBoldItalicFontStyle)">SpreadFontStyle(RegularBoldItalicFontStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.SpreadFontStyle.html">SpreadFontStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SpreadFontStyle(RegularBoldItalicFontStyle regularBoldItalic)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(regularBoldItalic As RegularBoldItalicFontStyle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.RegularBoldItalicFontStyle.html">RegularBoldItalicFontStyle</a></td>
      <td><span class="parametername">regularBoldItalic</span></td>
      <td><p>The RegularBoldItalic style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadFontStyle__ctor_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SpreadFontStyle__ctor_FarPoint_Win_Spread_StrikeoutFontStyle_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor(FarPoint.Win.Spread.StrikeoutFontStyle)">SpreadFontStyle(StrikeoutFontStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.SpreadFontStyle.html">SpreadFontStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SpreadFontStyle(StrikeoutFontStyle strikeout)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(strikeout As StrikeoutFontStyle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StrikeoutFontStyle.html">StrikeoutFontStyle</a></td>
      <td><span class="parametername">strikeout</span></td>
      <td><p>The Strikeout style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadFontStyle__ctor_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SpreadFontStyle__ctor_FarPoint_Win_Spread_UnderlineFontStyle_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor(FarPoint.Win.Spread.UnderlineFontStyle)">SpreadFontStyle(UnderlineFontStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.SpreadFontStyle.html">SpreadFontStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SpreadFontStyle(UnderlineFontStyle underline)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(underline As UnderlineFontStyle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.UnderlineFontStyle.html">UnderlineFontStyle</a></td>
      <td><span class="parametername">underline</span></td>
      <td><p>The Underline style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadFontStyle__ctor_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SpreadFontStyle__ctor_FarPoint_Win_Spread_RegularBoldItalicFontStyle_FarPoint_Win_Spread_StrikeoutFontStyle_FarPoint_Win_Spread_UnderlineFontStyle_" data-uid="FarPoint.Win.Spread.SpreadFontStyle.#ctor(FarPoint.Win.Spread.RegularBoldItalicFontStyle,FarPoint.Win.Spread.StrikeoutFontStyle,FarPoint.Win.Spread.UnderlineFontStyle)">SpreadFontStyle(RegularBoldItalicFontStyle, StrikeoutFontStyle, UnderlineFontStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.SpreadFontStyle.html">SpreadFontStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SpreadFontStyle(RegularBoldItalicFontStyle regularBoldItalic, StrikeoutFontStyle strikeout, UnderlineFontStyle underline)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(regularBoldItalic As RegularBoldItalicFontStyle, strikeout As StrikeoutFontStyle, underline As UnderlineFontStyle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.RegularBoldItalicFontStyle.html">RegularBoldItalicFontStyle</a></td>
      <td><span class="parametername">regularBoldItalic</span></td>
      <td><p>The RegularBoldItalic style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StrikeoutFontStyle.html">StrikeoutFontStyle</a></td>
      <td><span class="parametername">strikeout</span></td>
      <td><p>The Strikeout style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.UnderlineFontStyle.html">UnderlineFontStyle</a></td>
      <td><span class="parametername">underline</span></td>
      <td><p>The Underline style.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
