As you can see all text characters drawn with custom font, are rotated on 180 degrees. This problem appears only on the Edge1000 device with the most recent firmware. It works well on the 520 device even with most recent firmware. The data field was compiled using CIQ SDK v2.1.2 with minSdkVersion="2.1.0". The text output code look like:
fn = Ui.loadResource(Rez.Fonts.myfont);
…
dc.drawText(x, y, fn, text, Gfx.TEXT_JUSTIFY_CENTER|Gfx.TEXT_JUSTIFY_VCENTER);