On Tue, 21 Oct 2025 16:52:35 GMT, Phil Race <[email protected]> wrote:
> PS as referenced in that bug the updated INTL guide > https://docs.oracle.com/en/java/javase/25/intl/font-configuration-files.html#GUID-F8ABF748-F3C3-4781-97B2-66C7E1E10EE9 > says > > The JDK places any files that it provides in $JDKHOME/lib. Do not modify that > location. Instead, put any updates or custom versions of the configuration > files in $JDKHOME/conf/fonts. On platforms that support font configuration > files, the runtime will look first in $JDKHOME/conf/fonts. The JDK still supports fonts in the lib folder. I believe that user apps and fonts have simply migrated between JDK updates over time. > And I notice that this comment on the method. > * If so add it as the final fallback component of the composite. > Should be revised to > * If so add it as the first fallback component of the composite. Fixed, thanks ------------- PR Comment: https://git.openjdk.org/jdk/pull/27551#issuecomment-3442182629 PR Comment: https://git.openjdk.org/jdk/pull/27551#issuecomment-3442205263
