B4J Question Tabelview Font and Fontsize

sdleidel

Active Member
Licensed User
Longtime User
Hi,
How i can get the Font (Arial...) and the Fontsize from a Cell ?

Thx
Sascha
 

sdleidel

Active Member
Licensed User
Longtime User
Hi,
i know that the font size is set by the designer, but when i change the font and the size i would read it in my program...
i would like this…. Is this possible ?
B4X:
Dim TVFontName As String = fx.DefaultFont(CSSUtils. GetStyleProperty(TableView1,"-fx-font-family"))
 
Upvote 0
Top