Click or drag to resize
CanvasTextLayout.SetFontSize Method
Sets the font size of the specified group of characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetFontSize(
	int characterIndex,
	int characterCount,
	float fontSize
)

Parameters

characterIndex
Type: System.Int32
characterCount
Type: System.Int32
fontSize
Type: System.Single
See Also