A tool that takes a snapshot of all font information, storing it in LocalFont objects that are serialized into localFonts.ser. This data is read in by JREFontManager. The fonts are found by looking at the Sun-specific APIs for finding the system font path. If this API is not available, then the system font directories can be passed in. This is done as a separate tool and not as part of a compilation because of speed. Reading all of the fonts on a system takes a non-trivial amount of time.
@author Brian Deitte
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.