Hello,
I am trying to build a label expression with two fields where one field has a smaller font size and is top aligned relative to its bigger part. I've managed to change the font size between the two parts, but not combined with a vertical alignment.
My expression looks like this:
"<v_align='top'>"+"<FNT size='5'>" + $feauture.Karttext_superscript + "</v_align>"+"</FNT>" + $feature.Karttext_base
I've tried different alignment tags but they don't seem to work combined with the font size tag.
Any ideas on how to make this work?
Thanks