Only way I know is using $chr(160)'s or similar to push the text where you want it. But this would require knowing the font/size of the title text, so you can use $width to calculate how much padding. Another drawback is that this leaves a box gap to the left of the text, which you'd either leave as-is, or pad an equal amount to the right so it looks balanced.