Click or drag to resize
CanvasFontFaceGetGlyphIndices Method
Returns the nominal mapping of UCS4 Unicode code points to glyph indices as defined by the font 'CMAP' table.

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

Parameters

inputElements
Type: SystemUInt32

Return Value

Type: Int32
See Also