Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Sub GetVerticalGlyphOrientation( _
   ByVal  As System.Integer, _
   ByRef  As System.Integer, _
   ByRef  As VerticalGlyphOrientation, _
   ByRef  As System.Byte _
) 
             
        
            
            void GetVerticalGlyphOrientation( 
   System.int ,
   out System.int ,
   out VerticalGlyphOrientation ,
   out System.byte 
)
             
        
             
        
            パラメータ
- textPosition
 
- The text position.
 - textLength
 
- A reference to the text length.
 - glyphOrientation
 
- A VerticalGlyphOrientation-typed value that specifies the desired kind of glyph orientation for the text.
 - bidiLevel
 
- A reference to the resolved bidi level.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照