https://bugs.openjdk.org/browse/JDK-8281327 added support
for locating per-user installed fonts. It was modeled after the JDK fix
https://bugs.openjdk.org/browse/JDK-8218914
But as pointed out in https://bugs.openjdk.org/browse/JDK-8305667 there
are cases where this doesn't work because the path is too long.
JavaFX therefore has the same problem and we should apply the same solution.
for locating per-user installed fonts. It was modeled after the JDK fix
https://bugs.openjdk.org/browse/JDK-8218914
But as pointed out in https://bugs.openjdk.org/browse/JDK-8305667 there
are cases where this doesn't work because the path is too long.
JavaFX therefore has the same problem and we should apply the same solution.