beepdog
09/26/2018, 3:10 PM>> 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())); }