How to adjust letter-spacing in JavaFX
问题 When using JavaFX2, how can i adjust the letter-spacing between characters of a Text object? Examples either in code or css are welcome. 回答1: I wonder if this might point you in the right direction. I found the information here ... This article talks specifically about letter spacing... package addingfontinstyle; import javafx.scene.effect.DropShadow; import javafx.scene.effect.GaussianBlur; import javafx.scene.effect.light.DistantLight; import javafx.scene.effect.light.SpotLight; import