Example:
if(dc has :drawAngledText)
{
dc.drawAngledText(x, y, font2, text2, Gfx.TEXT_JUSTIFY_LEFT, 90);
}
On other watches like Forerunner 955, it draws the text. On other watches that don't support drawAngledText(), it doesn't try to draw...