Click or drag to resize
CanvasFontFaceGetVerticalGlyphVariants Method
Retrieves the vertical forms of the nominal glyphs retrieved from GetGlyphIndices.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public int[] GetVerticalGlyphVariants(
	int[] inputElements
)

Parameters

inputElements
Type: SystemInt32

Return Value

Type: Int32
See Also