I am using Vector to add elements in a table in a blackberry project. The font does not seem to change programmatically. I have tested it in different screen blackberry phones. In BOLD & CURVE it seems fine, but in large screen phones like 9810 torch, 9790 BOLD, it takes some default font which is very big. Even if I change the font of the phone through setup, it changes the font of LabelFields and TextFields but applying FontFamily font does not reflect on Vector elements.
I am attaching the screenshots from 9800 & 9810…In 9800 it appears fine, in 9810, it looks big

This issue was solved by making changes in RegionStyles. Initially we had given Font parameter as null. After changing it to appFont1 instead of null, the app font stopped overriding and works fine now.