Please help me find a list of available "faces" for Vector Fonts?
ie to use as an option for .getVectorFont()
Thank you!
Please help me find a list of available "faces" for Vector Fonts?
ie to use as an option for .getVectorFont()
Thank you!
As far as the devices that support the calls, see "Supported devives" in the API doc in the SDK:
Supported Devices:
You can also look at the Connect IQ Devices Reference. Optionally click on the device you're interested in, and search for "Scalable".
The left-most column (Font Symbol) contains the face…
But not all those fonts can be used on all devices with scalable fonts
I never said that, did I? The screenshot was simply an example. Next time I'll be sure to type FOR EXAMPLE to make…
Correct. Scalable fonts are what a specific device has defined in the firmware and can vary based on device and you can't add your own. You can also use the specific height you want, and are only available on some newer devices.
Custom fonts are similar to the base native fonts (eg FONT_SMALL) where they are a specific height, and you can't use things drawRadialText or drawAngledText and can be used on every CIQ device.
The date at the top in this sample uses vector/scalable/drawRadialText if available on the device.
Thanks, that's what I thought. Maybe we'll get the ability to add our own scalable fonts in a future SDK update. I've had a look at your example, it was helpful to get a scalable font sample working :)
There is also the TrueTypeFont sample in the SDK.
Custom fonts are more universal as you can use them on any device, but don't support things like drawRadialText.