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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java39 public final class CFont extends PhysicalFont { class in inherits:PhysicalFont
43 * because a CFont can sometimes be returned where a PhysicalFont
89 public CFont(String name) { method in class:CFont
93 public CFont(String name, String inFamilyName) { method in class:CFont
101 public CFont(CFont other, String logicalFamilyName) { method in class:CFont
110 public CFont createItalicVariant() {
111 CFont font = new CFont(this, familyName);
159 return "CFont { fullNam
[all...]

Completed in 33 milliseconds