For backwards compatibility with the look and feel of existing applications I am looking for support in JavaFX for displaying Windows fonts of type *.fon. Is this possible in JavaFX? I have already tried to use CSS to apply the font named "System" which is defined in 8514sys.fon but it skips that and goes instead to Segoe.
Asked
Active
Viewed 261 times
1
-
Can you convert the [.fon to a .ttf](http://stackoverflow.com/questions/3750124/how-to-convert-a-bitmap-font-fon-into-a-truetype-font-ttf) offline and then [embed the ttf with your application](http://stackoverflow.com/questions/16855677/how-to-embed-ttf-fonts-is-javafx-2-2)? – jewelsea Nov 21 '15 at 00:01
-
@jewelsea The file is copyrighted and am I am not able to copy, redistribute, or reverse engineer it. So no. – Mishax Nov 21 '15 at 13:48