Replies: 2 comments
-
|
Yes, it is an expected behavior. I am planning to add \begin{tblr}{font=\fontsize{7.5}{8}}
Aaaa & Bbbb \\
\end{tblr}to get the result of Table 1. At this time, you can also use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have three identical tables except for font size settings.
The first table is added to the environment where the required font size is set.
For the second table the font size is set by
fontkey ofrowsoption.Third table is for reference without any font size settings.
I expected tables 1 and 2 look the same with same font size and row height. However only table 1 shows the expected row height. Apparently, the row height of table 2 is calculated based on the default font, as in table 3.
Is this the expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions