UtilThemingIsFontInstalled(FontFamily) Method
Determines whether a text-font is installed on the current machine.
Namespace: DevCase.Core.Windows.ThemingAssembly: 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(
FontFamily fontFamily
)
Public Shared Function IsFontInstalled (
fontFamily As FontFamily
) As Boolean
Dim fontFamily As FontFamily
Dim returnValue As Boolean
returnValue = UtilTheming.IsFontInstalled(fontFamily)
public:
static bool IsFontInstalled(
FontFamily^ fontFamily
)
static member IsFontInstalled :
fontFamily : FontFamily -> bool
No code example is currently available or this language may not be supported.
- fontFamily FontFamily
-
The FontFamily.
Boolean if font is installed,
otherwise.