# C1.Util.DX.DirectWrite.LogFont

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_LogFont" data-uid="C1.Util.DX.DirectWrite.LogFont" class="text-break">LogFont Class
</h1>
  <div class="markdown level0 summary"><p>Defines the attributes of a GDI-compatible 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">LogFont</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DirectWrite.html">C1.Util.DX.DirectWrite</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_LogFont_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LogFont</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LogFont</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_Util_DX_DirectWrite_LogFont__ctor" data-uid="C1.Util.DX.DirectWrite.LogFont.#ctor">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.-ctor.html#C1_Util_DX_DirectWrite_LogFont__ctor">LogFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfCharSet" data-uid="C1.Util.DX.DirectWrite.LogFont.lfCharSet">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfCharSet.html">lfCharSet</a>
        </td>
        <td class="markdown level1 summary"><p>The character set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfClipPrecision" data-uid="C1.Util.DX.DirectWrite.LogFont.lfClipPrecision">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfClipPrecision.html">lfClipPrecision</a>
        </td>
        <td class="markdown level1 summary"><p>The clipping precision.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfEscapement" data-uid="C1.Util.DX.DirectWrite.LogFont.lfEscapement">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfEscapement.html">lfEscapement</a>
        </td>
        <td class="markdown level1 summary"><p>The angle, in tenths of degrees, between the escapement vector and the x-axis of the device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfFaceName" data-uid="C1.Util.DX.DirectWrite.LogFont.lfFaceName">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfFaceName.html">lfFaceName</a>
        </td>
        <td class="markdown level1 summary"><p>A string that specifies the typeface name of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfHeight" data-uid="C1.Util.DX.DirectWrite.LogFont.lfHeight">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfHeight.html">lfHeight</a>
        </td>
        <td class="markdown level1 summary"><p>The height, in logical units, of the font's character cell or character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfItalic" data-uid="C1.Util.DX.DirectWrite.LogFont.lfItalic">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfItalic.html">lfItalic</a>
        </td>
        <td class="markdown level1 summary"><p>An italic font if set to TRUE.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfOrientation" data-uid="C1.Util.DX.DirectWrite.LogFont.lfOrientation">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfOrientation.html">lfOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>The angle, in tenths of degrees, between each character's base line and the x-axis of the device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfOutPrecision" data-uid="C1.Util.DX.DirectWrite.LogFont.lfOutPrecision">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfOutPrecision.html">lfOutPrecision</a>
        </td>
        <td class="markdown level1 summary"><p>The output precision.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfPitchAndFamily" data-uid="C1.Util.DX.DirectWrite.LogFont.lfPitchAndFamily">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfPitchAndFamily.html">lfPitchAndFamily</a>
        </td>
        <td class="markdown level1 summary"><p>The pitch and family of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfQuality" data-uid="C1.Util.DX.DirectWrite.LogFont.lfQuality">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfQuality.html">lfQuality</a>
        </td>
        <td class="markdown level1 summary"><p>The output quality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfStrikeOut" data-uid="C1.Util.DX.DirectWrite.LogFont.lfStrikeOut">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfStrikeOut.html">lfStrikeOut</a>
        </td>
        <td class="markdown level1 summary"><p>A strikeout font if set to TRUE.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfUnderline" data-uid="C1.Util.DX.DirectWrite.LogFont.lfUnderline">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfUnderline.html">lfUnderline</a>
        </td>
        <td class="markdown level1 summary"><p>An underlined font if set to TRUE.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfWeight" data-uid="C1.Util.DX.DirectWrite.LogFont.lfWeight">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfWeight.html">lfWeight</a>
        </td>
        <td class="markdown level1 summary"><p>The weight of the font in the range 0 through 1000.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_LogFont_lfWidth" data-uid="C1.Util.DX.DirectWrite.LogFont.lfWidth">
          <a class="xref" href="C1.Util.DX.DirectWrite.LogFont.lfWidth.html">lfWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The average width, in logical units, of characters in the font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
