Windows Phone 8 multiline CCLabelBMFont

Soooo… apparently WP8 doesn’t support D2D and DWrite (bloody hell, this is getting really annoying) so Cocos uses FreeType for TTF rendering now.

Unfortunately FTTextPainter seems to happily ignore any given dimensions and just resizes everything to the needed width, which I don’t think is the intended behaviour

Does anyone have any idea how to fix this?