# C1.Util.DX.DirectWrite.ScriptJustify

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_DirectWrite_ScriptJustify" data-uid="C1.Util.DX.DirectWrite.ScriptJustify" class="text-break">ScriptJustify Enum
</h1>
  <div class="markdown level0 summary"><p>Defines glyph characteristic information that an application needs to implement justification.</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.4.8.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_ScriptJustify_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ScriptJustify</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ScriptJustify</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicAlef">ArabicAlef</td>
        <td><p>Final form of an alef-like (U+0627, U+0625, U+0623, U+0622).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicBa">ArabicBa</td>
        <td><p>Final form of Ba (U+0628).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicBaRa">ArabicBaRa</td>
        <td><p>Ligature of alike (U+0628,U+0631).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicBlank">ArabicBlank</td>
        <td><p>The glyph represents a blank in an Arabic run.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicHa">ArabicHa</td>
        <td><p>Final form of Ha (U+0647).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicKashida">ArabicKashida</td>
        <td><p>Kashida (U+0640) in the middle of the word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicNormal">ArabicNormal</td>
        <td><p>Normal middle-of-word glyph that connects to the right (begin).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicRa">ArabicRa</td>
        <td><p>Final form of Ra (U+0631).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicSeen">ArabicSeen</td>
        <td><p>Highest priority: initial shape of Seen class (U+0633).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_ArabicSeenMedial">ArabicSeenMedial</td>
        <td><p>Highest priority: medial shape of Seen class (U+0633).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_Blank">Blank</td>
        <td><p>The glyph represents a blank outside an Arabic run.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_Character">Character</td>
        <td><p>An inter-character justification point follows the glyph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_ScriptJustify_None">None</td>
        <td><p>Justification cannot be applied at the glyph.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
