UtilThemingIsFontInstalled(String) Method

Determines whether a text-font is installed on the current machine.

Definition

Namespace: DevCase.Core.Windows.Theming
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsFontInstalled(
	string fontName
)

Parameters

fontName  String
The family name of the font.

Return Value

Boolean
if font is installed, otherwise.

See Also