[]
Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
void GetVerticalGlyphOrientation(int textPosition, out int textLength, out VerticalGlyphOrientation glyphOrientation, out byte bidiLevel)
Type | Name | Description |
---|---|---|
int | textPosition | The text position. |
int | textLength | A reference to the text length. |
VerticalGlyphOrientation | glyphOrientation | A VerticalGlyphOrientation-typed value that specifies the desired kind of glyph orientation for the text. |
byte | bidiLevel | A reference to the resolved bidi level. |
The text analyzer calls back to this to get the desired glyph orientation and resolved bidi level, which it uses along with the script properties of the text to determine the actual orientation of each character, which it reports back to the client via the sink SetGlyphOrientation method.