Fixed font size!

Hello bubble!

Is it possible to tell the program to fix the size of the name, so it fits in on one line, if the name is too long to fit in on one line?
It is important to underline, that it shall not made the size smaller on other users! So i am searching for a function that automatically fixes the size of the name to fit in on one line, if it is too long to fit at first.

//Tobias Lindhardt Jensen

Could you do something with a condition based on the number of characters? You would have to figure out at what character number the cut takes place, then create a condition to change the font size when the character count is between x and y.

Perhaps you even need a second bracket for even longer names with an even smaller font size…

This topic was automatically closed after 70 days. New replies are no longer allowed.