UtilThemingInstalledFonts Property
Gets 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<FontFamily> InstalledFonts { get; }
Public Shared ReadOnly Property InstalledFonts As IEnumerable(Of FontFamily)
Get
Dim value As IEnumerable(Of FontFamily)
value = UtilTheming.InstalledFonts
public:
static property IEnumerable<FontFamily^>^ InstalledFonts {
IEnumerable<FontFamily^>^ get ();
}
static member InstalledFonts : IEnumerable<FontFamily> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableFontFamily
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 fontFamily As FontFamily In Fonts
Console.WriteLine(fontFamily.Name)
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.