The bottom of the subscript is not always visible in the label text

Hi,

I would like to use subscript in the label text.
The problem I have with this is that the bottom of the text is not visible in subscript. For example, in the texts
F<sub>1</sub>=, or
F<sub>2</sub>=, or
F<sub>3</sub>=, this is not noticeable for the number 1, because the vertical stem of 1 is shorter from the bottom, but this is not noticeable. However, with the index 2 or 3, the bottom of the number 2 or 3 is no longer visible.

I can provide a screenshot, see below. I installed the apk file on my phone, and the subscript looks like this:


So, why isn't the bottom of the subscript text visible?
I assume that the subscript or superscript text should be smaller than the normal text, right? If that were the case, I think the bottom of the subscript text would be visible as well.
The label's vertical size is set to automatic. Maybe this automation doesn't take the bottom of the subscript text into account?

I wish the solution to this problem didn't involve using an extension.

I appreciate all advice!

Increase label height

image

Did it for me where auto/auto height was 19.

You could also try playing with font size <small> or <tiny> (?)

1 Like

The
<tiny>
tag doesn't work for me.
The
<small>
tag does, but I had to insert it twice so that the bottom of the subscript text was visible, while the label dimensions (height and width) remained automatic.

F<sub><small><small>1</small></small></sub>=25.43
F<sub><small><small>2</small></small></sub>=36.78
F<sub><small><small>3</small></small></sub>=44.85

See the screenshot below!


Why doesn't the
<tiny>
tag work for me?
Thank you very much for your help!

tiny may not be available

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.