public IReadOnlyList<ValueTuple<string,List<string>>> GetAvailableFonts()
Public Function GetAvailableFonts() As IReadOnlyList(Of ValueTuple(Of String,List(Of String)))
Return Value
A list of tuples where tuple.fontName is the font family name and
tuple.fontStyles is a list of available styles for the given font family