jdk7: sun.font.fontManager replacement/how to get filename information from fontname

后端 未结 1 886
走了就别回头了
走了就别回头了 2021-01-12 15:53

Using Oracle(Sun) JDK6 and trying to move to Oracle JDK7

I am using sun.awt.GraphicsEnvironment to find all system fonts in order to us

1条回答
  •  一生所求
    2021-01-12 16:20

    You're not saying which JDK you use (Oracle, OpenJDK, ..). Possibly you have

    FontManagerFactory.getInstance()
    

    available. Or the inteface implementation Win32FontManager (if you're on Windows)?

    0 讨论(0)
提交回复
热议问题