JavaFX rem

// rem 구하기
final double rem = new Text("").getLayoutBounds().getHeight();
 
// 사용
... new Insets(0.8 * rem);