https://bz.apache.org/bugzilla/show_bug.cgi?id=65485
Rakhi Barayanan <rakhi.naraya...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INFORMATIONPROVIDED |--- --- Comment #2 from Rakhi Barayanan <rakhi.naraya...@gmail.com> --- Thanks for the response. >From Java 11 ,For Linux and Solaris: the Oracle JDK is moving away from providing custom font configuration files on Linux platforms, as they are difficult to keep up to date across distributions and versions. A distribution that has control over the fonts on the system can continue to provide this custom file. If the JRE finds a custom file that exactly matches the distribution and version it will use it. If no exact match is found, the JRE dynamically creates the file at runtime. These generated files are placed in a location determined by the implementation. They should be considered implementation internal: they are not user editable and do not follow the syntax as described in this specification.(https://docs.oracle.com/en/java/javase/11/intl/font-configuration-files.html#GUID-DDE824A0-7A89-4758-AE25-7EF7E20E97F6) The JDK now relies purely on the fonts available on the host platform and supports both TrueType and PostScript Type 1 fonts. Does poi searches for font in a particular path? Regards, Rakhi -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org