Click or drag to resize
ICanvasTextAnalyzerOptionsGetVerticalGlyphOrientation Method
Gets the vertical glyph orientation for this character position, and the character count for this span which shares the same vertical glyph orientation.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
CanvasVerticalGlyphOrientation GetVerticalGlyphOrientation(
	int characterIndex,
	out int characterCount
)

Parameters

characterIndex
Type: SystemInt32
characterCount
Type: SystemInt32

Return Value

Type: CanvasVerticalGlyphOrientation
See Also