Hi,
I don't understand exactly the zize parameter of getVectorFont. I have try to use vector fonts for new watch types f965 or epix2.
The size of font is not increase constantly with the size parameter. Some numbers are bigger then others.
var MarksFont = Gfx.getVectorFont({:face=>["RobotoRegular","Swiss721Regular"], :size=>34}) as Gfx.VectorFont; dc.drawText(100, 100, MarksFont , "1234567890", Gfx.TEXT_JUSTIFY_RIGHT);
Unfortunately I can't upload a picture to demonstrate it.
I use the latest SDK 6.3.0
What is going wrong?