In Java 7 and 8, when changed FontManager, now I have to find the path to the font file, for example c:/windows/fonts/arial.ttf. Now, how can I do this with Java 7 and 8?
Edit
I have a font object or font name, now I would like to know the path to the font file. For example, I have a font name or an object Font, for example Extra CVS bold, now I would like to get a way to get c:/windows/fonts/x32cvs_b.ttfwhere required x32cvs_b.ttf.
user2889419
source
share