In this label I have no text with links and as I changed it in my last image, it works fine.
If only I knew how to show some pieces of text in a larger font
Why don't you use the SetCustmFontInRange block?
I put this but the sentence doesn't resize
I misunderstood. For the font size, use the SetDecorationInRange block.
I use it but still the same...
You can see in documentation of the extension that you can use "textToDecoration" and then the method will find that string in the label to format it or you can set that to empty and use "start" and "length" to indicate from which character to which other you want to format the label text.
So, this for example, will format the word "bigger" in the label text:
This other, will format the string from character 7 to 12 (word "world"):
1 Like