This class maps an individual character to a Font family which can display it. The character-to-Font mapping does not depend on the character's context, so a particular character will be mapped to the same font family each time.
Typically, clients will call getIndexFor(char) for each character in a style run. When getIndexFor() returns a different value from ones seen previously, the characters up to that point will be assigned a font obtained from getFont().
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.