Companion
Functions
Link copied to clipboard
Loads a font file and registers it in the JFX graphics system.
Loads a font file input stream and registers it in the JFX graphics system.
Link copied to clipboard
Executes given task on the UI thread. Use this method to update properties of ComponentViews from asynchronous environments like Animation.onFinished events. If no Application has yet been started, the task is executed on the calling Thread. This function is Thread safe.