Click or drag to resize
CanvasFontFace.GetVerticalGlyphVariants 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:System.Int32[]

Return Value

Type:Int32[]
See Also