UtilThemingIsFontInstalled(String) 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(
string fontName
)
Public Shared Function IsFontInstalled (
fontName As String
) As Boolean
Dim fontName As String
Dim returnValue As Boolean
returnValue = UtilTheming.IsFontInstalled(fontName)
public:
static bool IsFontInstalled(
String^ fontName
)
static member IsFontInstalled :
fontName : string -> bool
No code example is currently available or this language may not be supported.
- fontName String
-
The family name of the font.
Boolean if font is installed,
otherwise.