B4J Question -fx commands

MrKim

Well-Known Member
Licensed User
Longtime User
New to B4j
scrounged around and found code to change the font which I modifed to this:
ta.Style = "-fx-font-family: '" & family & "'"
but that didn't help with font size but more scrounging and I found this:
ta.Style = "-fx-font-size: 1.0em; -fx-font-family: '" & family & "'"

My question is, is there somewhere where all of these '-fx' commands are listed along with syntax and perhaps what properties of what panes they apply to?
 
Top