# C1.Util.DX.DirectWrite.ShapingGlyphProperties

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_ShapingGlyphProperties" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties" class="text-break">ShapingGlyphProperties Struct
</h1>
  <div class="markdown level0 summary"><p>DWRITE_SHAPING_GLYPH_PROPERTIES</p>
</div>
  <div class="markdown level0 conceptual"></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_ShapingGlyphProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ShapingGlyphProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure ShapingGlyphProperties</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_DX_DirectWrite_ShapingGlyphProperties_IsClusterStart" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsClusterStart">
          <a class="xref" href="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsClusterStart.html#C1_Util_DX_DirectWrite_ShapingGlyphProperties_IsClusterStart">IsClusterStart</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned short isClusterStart</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ShapingGlyphProperties_IsDiacritic" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsDiacritic">
          <a class="xref" href="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsDiacritic.html#C1_Util_DX_DirectWrite_ShapingGlyphProperties_IsDiacritic">IsDiacritic</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned short isDiacritic</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ShapingGlyphProperties_IsZeroWidthSpace" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsZeroWidthSpace">
          <a class="xref" href="C1.Util.DX.DirectWrite.ShapingGlyphProperties.IsZeroWidthSpace.html#C1_Util_DX_DirectWrite_ShapingGlyphProperties_IsZeroWidthSpace">IsZeroWidthSpace</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned short isZeroWidthSpace</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ShapingGlyphProperties_Justification" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties.Justification">
          <a class="xref" href="C1.Util.DX.DirectWrite.ShapingGlyphProperties.Justification.html#C1_Util_DX_DirectWrite_ShapingGlyphProperties_Justification">Justification</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the glyph has justification applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ShapingGlyphProperties_Reserved" data-uid="C1.Util.DX.DirectWrite.ShapingGlyphProperties.Reserved">
          <a class="xref" href="C1.Util.DX.DirectWrite.ShapingGlyphProperties.Reserved.html#C1_Util_DX_DirectWrite_ShapingGlyphProperties_Reserved">Reserved</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned short reserved</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
