Simulator bug : right justify is off the screen

Try this

dc.drawText(dc.getWidth() ,dc.getHeight() - 56 ,Gfx.FONT_SMALL, "A string", Gfx.TEXT_JUSTIFY_RIGHT);

On the simulator it looks correct with the Active, but the 920 and epix shows the text off the screen to the right.

Please fix. Ta.