I would love to see automatic 2D proportion adjusting in Leadwerks. Something like:
Adjust2D(1920,1080,GraphicsWidth(),GraphicsHeight());
Then you could draw using the resolution you're designing the game for and it would adjust to whatever the resolution ends up being. It could handle the text properly this way. Not sure how images would be handled. Ideally you could give the engine several sizes and it could pick the closest one to use but maybe there's a better solution.