I am using the Horizontal Layout Group a lot to keep elements aligned.
However, I am often using a custom Bitmap font, which uses scale to change size instead of the Font Size field. This causes issues with the layout groups, as they do not take scale into account (the layout group still thinks the element is at scale 1 and uses that width).
Is this a bug or is there another way to do this?