I’m showing fonts on macos using:
Var i, myFontCount As Integer
myFontCount = System.FontCount - 1
For i = 0 To myFontCount
Me.AddRow(System.FontAt(i))
Next
Is there a way for Xojo to show the font styles on mac for each font that’s selected?
Also, which is easier to use between FTC and MBS XL?