src/share/classes/sun/font/FontResolver.java
Print this page
*** 34,44 ****
import java.awt.GraphicsEnvironment;
import java.awt.font.TextAttribute;
import java.text.AttributedCharacterIterator;
import java.util.ArrayList;
import java.util.Map;
- import sun.text.CodePointIterator;
/**
* 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
--- 34,43 ----