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

/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeFont.java40 public class NativeFont extends PhysicalFont { class in inherits:PhysicalFont
46 public NativeFont(String platName, boolean isBitmapDelegate) method in class:NativeFont
49 throw new FontFormatException("NativeFont not used on Windows");
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java57 public class NativeFont extends PhysicalFont { class in inherits:PhysicalFont
69 public NativeFont(String platName, boolean bitmapDelegate) method in class:NativeFont
73 /* This is set true if this is an instance of a NativeFont
262 * a NativeFont, so we need to avoid recursing here.
264 if (delegateFont instanceof NativeFont) {
265 return new NativeStrike((NativeFont)delegateFont, desc);

Completed in 39 milliseconds