# C1.Util.GlyphMetrics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_GlyphMetrics" data-uid="C1.Util.GlyphMetrics" class="text-break">GlyphMetrics Struct
</h1>
  <div class="markdown level0 summary"><p>The glyph metrics for the font subset.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.html">C1.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_Util_GlyphMetrics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct GlyphMetrics</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure GlyphMetrics</code></pre>
  </div>
  <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_Util_GlyphMetrics_Char" data-uid="C1.Util.GlyphMetrics.Char">
          <a class="xref" href="C1.Util.GlyphMetrics.Char.html#C1_Util_GlyphMetrics_Char">Char</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets character for metrics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_GlyphMetrics_CharCode" data-uid="C1.Util.GlyphMetrics.CharCode">
          <a class="xref" href="C1.Util.GlyphMetrics.CharCode.html#C1_Util_GlyphMetrics_CharCode">CharCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets character for metrics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_GlyphMetrics_Empty" data-uid="C1.Util.GlyphMetrics.Empty">
          <a class="xref" href="C1.Util.GlyphMetrics.Empty.html#C1_Util_GlyphMetrics_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets empty glyph metrics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_GlyphMetrics_Index" data-uid="C1.Util.GlyphMetrics.Index">
          <a class="xref" href="C1.Util.GlyphMetrics.Index.html#C1_Util_GlyphMetrics_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets glyph index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_GlyphMetrics_IsEmpty" data-uid="C1.Util.GlyphMetrics.IsEmpty">
          <a class="xref" href="C1.Util.GlyphMetrics.IsEmpty.html#C1_Util_GlyphMetrics_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets empty flag for this structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_GlyphMetrics_Width" data-uid="C1.Util.GlyphMetrics.Width">
          <a class="xref" href="C1.Util.GlyphMetrics.Width.html#C1_Util_GlyphMetrics_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets glyph width.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
