Hi,
I am setting up a styling page in an app. I'm using variables to store styling values. So for example, I created a variable for font size called "FS" and set its value to "21". Then when adding a label to a form, I set its "Size" property to "FS". This works and sets the font size of the label to 21.
I'm doing the same thing for font weight. Variable is "FW". I set its value to "Bold". Then I set the label's "Font Weight" property to "FW" and the font shows in bold.
Problem is when I try to use "Semibold" as the "FW" value. This just does not seem to work. The values "Normal", "Bold", and "Lighter" all seem to apply the proper weight to the label when I assign that to the "FW" variable. But not "Semibold".
Anyone have a clue as to how I can make this work?
Thanks,
David