
Gets an array of strings specifying the names of all currently supported fonts. These fonts depend on the formatting device set with the TextControl.FormattingPrinter property. The method returns null if the TextControl has not been completely initialized.
Introduced: 15.1.
[C#]
public string[] GetSupportedFonts();
[Visual Basic]
Public Sub GetSupportedFonts() As String()