How to ignore dynamic font size

In iOS you can set a desired font size in the accessibility settings. This only works for apps that support this. In the Xojo app I created the iOSTable seems to support this, resulting in an almost unreadable mess, when the user has decided to set the font size to the maximum size.

Question is, can I disable support for this dynamic font size?

[quote=238747:@Johan van Breemen]In iOS you can set a desired font size in the accessibility settings. This only works for apps that support this. In the Xojo app I created the iOSTable seems to support this, resulting in an almost unreadable mess, when the user has decided to set the font size to the maximum size.

Question is, can I disable support for this dynamic font size?[/quote]

Somebody will probably post a declare. But you can also draw the content in iOSTableCellData.Image, so the system does not have access to the fonts you draw.

That is also the way to have different fonts and styles in there.

Don’t do that. Some people have it set to the largest size so they can see the text on the screen.

If your question is “how do I disable usability” rather than “how can I change to make my app usable” then you’re doing it very very wrong.