Setting a letter spacing for a Label
in Android and iOS turned into an interesting research for me. I would expect that such a common task would be easily done with a help of a Renderer
or an Effect
. However, I was very surprised to discover that some platforms do not have a built-in support for setting letter spacing.
Continue reading “Xamarin.Forms Recipe: Label with Letter Spacing”