Searched refs:CFont (Results 1 - 6 of 6) 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...]
H A DCFontManager.java260 final CFont font = new CFont(fontName, fontFamilyName);
335 if (realFont == null || !(realFont instanceof CFont)) return false;
337 CFont newFont = new CFont((CFont)realFont, logicalFamilyName);
H A DCCharToGlyphMapper.java34 CFont fFont;
37 public CCharToGlyphMapper(CFont font) {
H A DCStrike.java55 // when the glyph code belongs to the CFont passed in.
71 private CFont nativeFont;
77 CStrike(final CFont font, final FontStrikeDesc inDesc) {
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.m121 // if it's not a CFont, it's likely one of TTF or OTF fonts
123 static JNF_CLASS_CACHE(jc_CFont, "sun/font/CFont");
126 NSLog(@"font2d !instanceof CFont");
146 NSLog(@"nil nativeFontPtr from CFont");
224 // JNIEXPORT /* sun.font.CFont */ jobject JNICALL
272 // // create the CFont!
273 // static JNF_CLASS_CACHE(sjc_CFont, "sun/font/CFont");
347 #pragma mark --- sun.font.CFont JNI ---
/openjdk7/jdk/make/sun/lwawt/
H A DFILES_export_macosx.gmk85 sun/font/CFont.java \

Completed in 166 milliseconds