Click or drag to resize
CanvasGlyphJustification Enumeration
Identifies which what of justification scheme is used for a glyph.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasGlyphJustification
Members
  Member nameValueDescription
None0Justification is not used with the glyph.
ArabicBlank1The glyph represents a blank in an Arabic run.
Character2An inter-character justification point follows the glyph.
Blank4The glyph represents a blank outside an Arabic run.
ArabicNormal7Normal middle-of-word glyph that connects to the right (begin).
ArabicKashida8Kashida (U+0640) in the middle of the word.
ArabicAlef9Final form of an alef-like (U+0627, U+0625, U+0623, U+0622).
ArabicHa10Final form of Ha (U+0647).
ArabicRa11Final form of Ra (U+0631).
ArabicBa12Final form of Ba (U+0628).
ArabicBara13Ligature of alike (U+0628,U+0631).
ArabicSeen14Highest priority: initial shape of Seen class (U+0633).
ArabicSeenM15Highest priority: medial shape of Seen class (U+0633).
See Also