I am trying to implement autofit functionality to the label, i.e. reduce the font size of the label to fit in the same line. Tried using effects and custom renderers as well. Works fine on iOS but not on Android because i am using Formatted text property in the Label.
I have posted detailed information on this issue here - https://stackoverflow.com/questions/64120955/autosize-label-with-a-formatted-text-not-working-on-android
Also, is it possible to change the font family of a specific word in a Label without using formatted text? because eliminating the use of formatted text could resolve the issue with autofit renderer.
Any suggestions would be of great help. Thank you in advance.