I have my old code base that currently uses java8 .
I am moving my codebase to use jdk9-ea . But it looks like all sun.font classes are now inaccessible, as sooner than before.
error: package sun.font does not exist
In particular, I use
- Composite composite
- Font2d
- FontDesignMetrics
- Fontmanager
- FontManagerFactory
- Sunfontmanager
and more..
source share