The next version (1.6) will support setting the text size and color.
spinner1.textsize = 12
Perhaps then you could multiply the scale factor once, just for the spinner's height.It cannot be done since the height and width are set by a scale factor. The problem is that the text inside the spinner is not setting accordingly. I found a solution:
but after applying that the list text size turn 12 as well causing problems. I don't have a problem with the list text size. The problem is only for the selected value appearing on the spinner.
Dim Ref As Reflector
Dim FontScale As Float
Ref.Target = Ref.GetContext
Ref.Target = Ref.RunMethod("getResources")
Ref.Target=Ref.RunMethod("getConfiguration")
FontScale= Ref.GetField("fontScale")