When running the simulator with sdk 7.2.1 and the latest emulation device, the following code does not align in the vertical center in the simulator in the glance view (it shows at the top)
dc.drawText(dc.getWidth()*0.5,dc.getHeight()*0.5, Graphics.FONT_TINY, "Test", Graphics.TEXT_JUSTIFY_CENTER | Graphics.TEXT_JUSTIFY_VCENTER);
However it works fine on the device itself. This worked fine in the simulator with 7.1.1. This is also works fine on the venu simulator and fenix 7S/7X and seems to be only be impacting fenix 7/7pro
Playing with the value of the y location in the simulator, it seems that the dc size is about twice as tall as what it should be in realtion to how the icon is drawn since putting zero shows half the text as expected except that this is way above the icon.