I have a watchface with the following block of code:
if (Toybox.Graphics has :getVectorFont && Toybox.Graphics.Dc has :drawRadialText) {
dialFont = Graphics.getVectorFont({:face=>["RobotoCondensedRegular","RobotoRegular","Bionic"] ...
where I get a fatal error on the getVectorFont call in the simulator.
I'm a bit confused that the S70 supports vector fonts but the device reference web page lists no scalable (=vector?) fonts.