0

Is there a way to get the file path of a font in Java 7?

Note: I got all the system font names through:

GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
String []fontFamilies = ge.getAvailableFontFamilyNames();

Would I possibly use reflection? Any help would be great.

Ofek
  • 325
  • 1
  • 2
  • 13
  • *"Is there a way to get the file path of a font in Java 7?"* ..Why? – Andrew Thompson Sep 24 '14 at 14:31
  • Can this post help you as an alternative ? : http://stackoverflow.com/questions/12947661/how-to-store-usability-related-values-font-dimension-color-in-properties – joey rohan Sep 24 '14 at 15:16
  • I need font locations as they need to be specified by an avconv process that my app is using. – Ofek Sep 24 '14 at 20:36

0 Answers0