https://bz.apache.org/bugzilla/show_bug.cgi?id=65485

Nick Burch <apa...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INFORMATIONPROVIDED
             Status|REOPENED                    |RESOLVED

--- Comment #6 from Nick Burch <apa...@gagravarr.org> ---
For basic functionality, you just need one font available to the JVM. For
accurate column sizing, you need the font that your style uses.

Apache POI has no code or logic for loading custom fonts, that is all handled
by the JVM. POI just asks the JVM for a specific font, and falls back to asking
for other ones if that isn't available

If you are unsure about how to supply fonts to your JVM, you need to ask for
help from your JVM vendor/packager. That isn't an Apache POI thing, that is
very much specific to your chosen JVM + OS. As long as the core Java APIs can
find and return the font, Apache POI will be happy. If the JVM can't find the
fonts, POI can't work and can't load its own, so you have to fix that at the
JVM level

-- 
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

Reply via email to