Click or drag to resize
CanvasTextLayoutGetMinimumCharacterAdvance Method
Gets the minimum advance of the character specified.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float GetMinimumCharacterAdvance(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: Single
Remarks

Minimum advance width is the minimum amount to move forward from one character to the next, to prevent characters from becoming too thin or zero-width. This must be zero or greater.

See Also