Named font sizes and their visualization on Android
The Xamarin.Forms framework offers two options for specifying the font size of text to be displayed, e.g. within a Label: Either as fixed values (e.g. FontSize=”14″) or by using the common keywords specified in the Xamarin.Forms.NamedSize enumeration (e.g. FontSize=”Small”. The…
Read more