https://issues.apache.org/bugzilla/show_bug.cgi?id=54880
--- Comment #8 from Nick Burch <[email protected]> --- (In reply to saiyedzahid from comment #6) > I am registering font file but of no use. There should be a method to > specify a directory where all these fonts files stored instead of just > specifying one font file at a time. Font loading in Java is a JVM issue, it's not anything POI has control over. There are well documented ways to provide a directory or two of fonts to the JVM, I would suggest you read the JVM related documentation on all of that. It's nothing POI specific! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
