umi
umi copied to clipboard
Wrong aspect ration
During development, I encountered a small issue. In the setup phase, the configuration calculates the font size based on the aspect ratio, which depends on the rectangle's height. This means that to get the correct font size, the input must have only one line with a precise height (for example, using a content size filter with the preferred mode). Could you add a SetFontSize method similar to how background/rectangle setup works at runtime?
I'll add set font size method to override calculated size.