# C1.Maui.Core.C1Font

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1Font" data-uid="C1.Maui.Core.C1Font" class="text-break">C1Font Class
</h1>
  <div class="markdown level0 summary"></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">C1Font</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1Font_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Font : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Font
    Implements IDisposable</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_Maui_Core_C1Font__ctor_System_Func_System_Double__System_Func_System_String__System_Func_Microsoft_Maui_Controls_FontAttributes__" data-uid="C1.Maui.Core.C1Font.#ctor(System.Func{System.Double},System.Func{System.String},System.Func{Microsoft.Maui.Controls.FontAttributes})">
          <a class="xref" href="C1.Maui.Core.C1Font.-ctor.html#C1_Maui_Core_C1Font__ctor_System_Func_System_Double__System_Func_System_String__System_Func_Microsoft_Maui_Controls_FontAttributes__">C1Font(Func&lt;double&gt;, Func&lt;string&gt;, Func&lt;FontAttributes&gt;)</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_Maui_Core_C1Font_FontFamily" data-uid="C1.Maui.Core.C1Font.FontFamily">
          <a class="xref" href="C1.Maui.Core.C1Font.FontFamily.html#C1_Maui_Core_C1Font_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_FontSize" data-uid="C1.Maui.Core.C1Font.FontSize">
          <a class="xref" href="C1.Maui.Core.C1Font.FontSize.html#C1_Maui_Core_C1Font_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_IsBold" data-uid="C1.Maui.Core.C1Font.IsBold">
          <a class="xref" href="C1.Maui.Core.C1Font.IsBold.html#C1_Maui_Core_C1Font_IsBold">IsBold</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_IsItalic" data-uid="C1.Maui.Core.C1Font.IsItalic">
          <a class="xref" href="C1.Maui.Core.C1Font.IsItalic.html#C1_Maui_Core_C1Font_IsItalic">IsItalic</a>
        </td>
        <td class="markdown level1 summary"></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_Maui_Core_C1Font_Cascade_C1_Maui_Core_C1Font___" data-uid="C1.Maui.Core.C1Font.Cascade(C1.Maui.Core.C1Font[])">
          <a class="xref" href="C1.Maui.Core.C1Font.Cascade.html#C1_Maui_Core_C1Font_Cascade_C1_Maui_Core_C1Font___">Cascade(params C1Font[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_Create_System_Func_System_Double__System_Func_System_String__System_Func_System_Nullable_System_Boolean___System_Func_System_Nullable_System_Boolean___" data-uid="C1.Maui.Core.C1Font.Create(System.Func{System.Double},System.Func{System.String},System.Func{System.Nullable{System.Boolean}},System.Func{System.Nullable{System.Boolean}})">
          <a class="xref" href="C1.Maui.Core.C1Font.Create.html#C1_Maui_Core_C1Font_Create_System_Func_System_Double__System_Func_System_String__System_Func_System_Nullable_System_Boolean___System_Func_System_Nullable_System_Boolean___">Create(Func&lt;double&gt;, Func&lt;string&gt;, Func&lt;bool?&gt;, Func&lt;bool?&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_Create_System_Nullable_System_Double__System_String_System_Nullable_System_Boolean__System_Nullable_System_Boolean__" data-uid="C1.Maui.Core.C1Font.Create(System.Nullable{System.Double},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
          <a class="xref" href="C1.Maui.Core.C1Font.Create.html#C1_Maui_Core_C1Font_Create_System_Nullable_System_Double__System_String_System_Nullable_System_Boolean__System_Nullable_System_Boolean__">Create(double?, string, bool?, bool?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_Dispose" data-uid="C1.Maui.Core.C1Font.Dispose">
          <a class="xref" href="C1.Maui.Core.C1Font.Dispose.html#C1_Maui_Core_C1Font_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Font_OnChanged" data-uid="C1.Maui.Core.C1Font.OnChanged">
          <a class="xref" href="C1.Maui.Core.C1Font.OnChanged.html#C1_Maui_Core_C1Font_OnChanged">OnChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1Font_Changed" data-uid="C1.Maui.Core.C1Font.Changed">
          <a class="xref" href="C1.Maui.Core.C1Font.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
