I would like to fix the font size in my android app to fixed value using DIP as unit. Unfortunately, I haven't found any documentation on how to do that globaly, and Xamarin Forms is using SP as unit.
Therefore I have implement custom renders to set the font size of labels, buttons, entries and editors to a fixed value with DIP as unit.
However, this approach is not working with the TabbedPage. I would also like to set the font size to a DIP value but I havent found any exposed properties in the TabbedRenderer to do this. What is the correct way to implement this?