>>> private void updateSize() { ...
# tornadofx
b
>> private void updateSize() {
Font f = new Font(getFont().getFamily(), getGlyphSize().doubleValue()); setFont(f); setGlyphStyle(String.format("-fx-font-family: %s; -fx-font-size: %s;", getGlyphFontFamily(), getGlyphSize().doubleValue())); }