# C1.Win.TouchToolKit.PictureBoxZoomPolicy.ZoomFont

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TouchToolKit_PictureBoxZoomPolicy_ZoomFont_" data-uid="C1.Win.TouchToolKit.PictureBoxZoomPolicy.ZoomFont*">ZoomFont Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TouchToolKit_PictureBoxZoomPolicy_ZoomFont_" data-uid="C1.Win.TouchToolKit.PictureBoxZoomPolicy.ZoomFont*"></a>
<h4 id="C1_Win_TouchToolKit_PictureBoxZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_" data-uid="C1.Win.TouchToolKit.PictureBoxZoomPolicy.ZoomFont(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomFontInfo)">ZoomFont(Control, ZoomFontInfo)</h4>
<div class="markdown level1 summary"><p>Zoom the control font.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void ZoomFont(Control control, ZoomFontInfo infos)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub ZoomFont(control As Control, infos As ZoomFontInfo)</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.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td><p>The specified control.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.TouchToolKit.ZoomFontInfo.html">ZoomFontInfo</a></td>
      <td><span class="parametername">infos</span></td>
      <td><p>A <a class="xref" href="C1.Win.TouchToolKit.ZoomFontInfo.html">ZoomFontInfo</a> type infomation provided by <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a> to help zoom font.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.TouchToolKit.ControlZoomPolicy.ZoomFont.html#C1_Win_TouchToolKit_ControlZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_">ControlZoomPolicy.ZoomFont(Control, ZoomFontInfo)</a></div>
<h5 id="C1_Win_TouchToolKit_PictureBoxZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For more information, see <a class="xref" href="C1.Win.TouchToolKit.PictureBoxZoomPolicy.html">PictureBoxZoomPolicy</a>.</p>
</div>
</div>
