Click or drag to resize
CanvasFontSetTryFindFontFace Method
Gets the index of the matching font face in the font set, with the same file, face index, and simulations.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool TryFindFontFace(
	CanvasFontFace fontFace,
	out int index
)

Parameters

fontFace
Type: Microsoft.Graphics.Canvas.TextCanvasFontFace
index
Type: SystemInt32

Return Value

Type: Boolean
See Also