Gets an array of strings specifying the names of all currently supported fonts. These fonts depend on the formatting device set with the WPF.TextControl.FormattingPrinter property. The method returns null if the WPF.TextControl has not been completely initialized.

Introduced: X14.

GetSupportedFonts()

public string[] GetSupportedFonts();
Public Sub GetSupportedFonts() As String()