<@U6B7CC50S> The type information of an object is ...
# tornadofx
e
@pim The type information of an object is only visible in the local scope. From outside it can only be identified as its super type,
ViewModel
in this case
r
Is that true even if you add
@JvmField
?
I think I found the issue. I'm rendering fonts with the set font size as
${value.size}px
, but I think it should be
${value.size}pt
. I'll mess around with it more and see what I get.
I submitted a PR