xulihang Well-Known Member Licensed User Longtime User Feb 9, 2020 #1 I am trying to transfer the font size in B4J to be used in Photoshop. In Photoshop, it has several kinds of Unit, like point and pixel. I also looked it up in JavaFX css. It says the size property has unit like em, px, pt. What is the unit used for Label's font size in B4J? Thanks.
I am trying to transfer the font size in B4J to be used in Photoshop. In Photoshop, it has several kinds of Unit, like point and pixel. I also looked it up in JavaFX css. It says the size property has unit like em, px, pt. What is the unit used for Label's font size in B4J? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Feb 9, 2020 #2 It is the default: px Note that JavaFX manages the screen scale internally so it is not really pixels. Upvote 0
It is the default: px Note that JavaFX manages the screen scale internally so it is not really pixels.