Add a sentence specifying the fractional scale does not adjust number of cells

This commit is contained in:
Kovid Goyal 2025-01-18 16:22:58 +05:30
parent dbb1703f15
commit 78c83e8218
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -138,6 +138,8 @@ applied on top of the main scale specified by ``s``. It allows niceties like:
* Subscripts (``n=1:d=2:v=1``)
* ...
The fractional scale **does not** affect the number of cells the text occupies,
instead, it just adjust the rendered font size within those cells.
The fraction is specified using an integer numerator and denominator (``n`` and
``d``). In addition, by using the ``v`` key one can vertically align the
fractionally scaled text at top, bottom or middle.