Searched defs:FontScaler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontScaler.java37 /* FontScaler is "internal interface" to font rasterizer library.
43 * FontScaler represents combination of particular rasterizer implementation
82 public abstract class FontScaler implements DisposerRecord { class in inherits:DisposerRecord
84 private static FontScaler nullScaler = null;
85 private static Constructor<FontScaler> scalerConstructor = null;
114 /* This is the only place to instantiate new FontScaler.
119 public static FontScaler getScaler(Font2D font,
123 FontScaler scaler = null;
149 public static synchronized FontScaler getNullScaler() {

Completed in 35 milliseconds