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 public enum CanvasGlyphJustification
Members
| Member name | Value | Description |
---|
| None | 0 | Justification is not used with the glyph. |
| ArabicBlank | 1 | The glyph represents a blank in an Arabic run. |
| Character | 2 | An inter-character justification point follows the glyph. |
| Blank | 4 | The glyph represents a blank outside an Arabic run. |
| ArabicNormal | 7 | Normal middle-of-word glyph that connects to the right (begin). |
| ArabicKashida | 8 | Kashida (U+0640) in the middle of the word. |
| ArabicAlef | 9 | Final form of an alef-like (U+0627, U+0625, U+0623, U+0622). |
| ArabicHa | 10 | Final form of Ha (U+0647). |
| ArabicRa | 11 | Final form of Ra (U+0631). |
| ArabicBa | 12 | Final form of Ba (U+0628). |
| ArabicBara | 13 | Ligature of alike (U+0628,U+0631). |
| ArabicSeen | 14 | Highest priority: initial shape of Seen class (U+0633). |
| ArabicSeenM | 15 | Highest priority: medial shape of Seen class (U+0633). |
See Also