UtilThemingInstalledFontNames Property
Gets the names of the font families 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 IEnumerable<string> InstalledFontNames { get; }
Public Shared ReadOnly Property InstalledFontNames As IEnumerable(Of String)
Get
Dim value As IEnumerable(Of String)
value = UtilTheming.InstalledFontNames
public:
static property IEnumerable<String^>^ InstalledFontNames {
IEnumerable<String^>^ get ();
}
static member InstalledFontNames : IEnumerable<string> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableString
The names of the font families installed on the current machine.
This is a code example.
No code example is currently available or this language may not be supported.
For Each fontName As String In FontNames
Console.WriteLine(fontName)
Next
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.