[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisQuickSource1.GetVerticalGlyphOrientation

GetVerticalGlyphOrientation Method

GetVerticalGlyphOrientation(int, out int, out VerticalGlyphOrientation, out byte)

Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.

Declaration
int GetVerticalGlyphOrientation(int textPosition, out int textLength, out VerticalGlyphOrientation glyphOrientation, out byte bidiLevel)
Function GetVerticalGlyphOrientation(textPosition As Integer, ByRef textLength As Integer, ByRef glyphOrientation As VerticalGlyphOrientation, ByRef bidiLevel As Byte) As Integer
Parameters
Type Name Description
int textPosition
int textLength
VerticalGlyphOrientation glyphOrientation
byte bidiLevel
Returns
Type Description
int