iOSTable Row and Font Size

Looking to make an iPhone compatible version of my iPad thing, Ive been squeezing controls onto a landscape layout and testing in iPhone 7 simulator.
I have an iOSTable on screen, and although I have found and played with the estimatedrowheight property, setting it in the open() event, I cannot seem to reduce the size of the fonts it uses for text.
Is there a property or method for that?

If you want to customize the look of your Table cells you should instead use iOSTableCustomCell where you can put the controls you want at the sizes you want.

http://developer.xojo.com/userguide/ios-working-with-tables$custom-cell-data

You should also check iOSDesignExtensions set of modules I released on github.