Goodmorning

I've this trouble: a Label must display a string of 40 characters and can fill at most a space of 4100x615 twips. But, if I set the AutoSize or WordWrap properties, the text exceeeds this space, and if I don't use them, Label won't show the whole text (because part of it will go over the control borders.

So, I got an idea: try to change Font size until text is fully contained into the control. But neither this works

Please, help me to found a solution.