Package sun.font.FontManager in java 1.7
I updated java from 1.6 to 1.7 and the methods getFontPath and getFileNameForFontName are no longer available in package sun.font.FontManager.
How can I replace these 2 functions?
In java 1.6 I was getting a message "FontManager is internal proprietary API and may be removed in a future release".
Thank you.