You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the issue might be that the emoji is actually being factored into the width, but it's only being treated as the same width as a non-emoji character. Now that I think about it, this issue might be unresolvable.
#63 is also a fix for this issue when displaying the table at least with some fonts (where emojis take up exactly twice the width of regular characters)
If a unicode emoji is part of the longest text in a column, the width of the column will not account for its existence.
Example:
outputBoss = t2a( header=["","Crocodile 🐊"], body=[["HP","100/100"], ["Atk","10"], ["Def","8"]], first_col_heading=True )
Output: https://i.imgur.com/kacEMc6.png
The text was updated successfully, but these errors were encountered: