I use getVectorFont and drawScaledBitmap to draw my watchface. From the document, these two functions are supported from 4.2.1. And From the watch's version on simulator, it's 4.2.2. Which means it should support them. But it turns out not supporting them as I add if( Dc has :getVectorFont ) test in my code.
My question is why 255 with 4.2.2 can not support these functions? How can we predict the compatiblitily?