ComponentOne Bitmap for WPF
ScriptJustify Enumeration

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace : ScriptJustify Enumeration
Defines glyph characteristic information that an application needs to implement justification.
Syntax
'Declaration
 
Public Enum ScriptJustify 
   Inherits System.Enum
public enum ScriptJustify : System.Enum 
Members
MemberDescription
ArabicAlefFinal form of an alef-like (U+0627, U+0625, U+0623, U+0622).
ArabicBaFinal form of Ba (U+0628).
ArabicBaRaLigature of alike (U+0628,U+0631).
ArabicBlankThe glyph represents a blank in an Arabic run.
ArabicHaFinal form of Ha (U+0647).
ArabicKashidaKashida (U+0640) in the middle of the word.
ArabicNormalNormal middle-of-word glyph that connects to the right (begin).
ArabicRaFinal form of Ra (U+0631).
ArabicSeenHighest priority: initial shape of Seen class (U+0633).
ArabicSeenMedialHighest priority: medial shape of Seen class (U+0633).
BlankThe glyph represents a blank outside an Arabic run.
CharacterAn inter-character justification point follows the glyph.
NoneJustification cannot be applied at the glyph.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.DirectWrite.ScriptJustify

See Also

Reference

C1.Util.DX.DirectWrite Namespace