# C1.Android.Core.C1Font.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Android_Core_C1Font__ctor_" data-uid="C1.Android.Core.C1Font.#ctor*">C1Font Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Android_Core_C1Font__ctor_" data-uid="C1.Android.Core.C1Font.#ctor*"></a>
<h4 id="C1_Android_Core_C1Font__ctor_System_Func_System_Single__System_Func_Android_Graphics_Typeface__" data-uid="C1.Android.Core.C1Font.#ctor(System.Func{System.Single},System.Func{Android.Graphics.Typeface})">C1Font(Func&lt;float&gt;, Func&lt;Typeface&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Font(Func&lt;float&gt; getFontSize, Func&lt;Typeface&gt; getTypeface)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(getFontSize As Func(Of Single), getTypeface As Func(Of Typeface))</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="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>&gt;</td>
      <td><span class="parametername">getFontSize</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<span class="xref">Typeface</span>&gt;</td>
      <td><span class="parametername">getTypeface</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
