RFR: 8311124: [Windows] User installed font 8281327 fix does not work for all cases
Kevin Rushforth
kcr at openjdk.org
Wed Jun 26 18:10:15 UTC 2024
On Mon, 24 Jun 2024 22:01:09 GMT, Phil Race <prr at openjdk.org> wrote:
> The problem is due to per-user install fonts on windows having full paths so they may be too long.
> This is identical to the JDK fix that was done some time ago https://github.com/openjdk/jdk/pull/13359
> I've tested that per-user fonts still work and so do the system-wide installed fonts.
Looks good. I verified that the patch is the same as the corresponding JDK patch, which has been in production for almost a year.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1487#pullrequestreview-2142620917
More information about the openjfx-dev
mailing list