Searched refs:nativeFonts (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java232 nativeFonts = new NativeFont[1];
234 nativeFonts[0] = new NativeFont(name, true);
240 nativeFonts = null;
260 nativeFonts = new NativeFont[numNames];
263 nativeFonts[nn] = new NativeFont(natNames[nn], true);
266 nativeFonts = null;
H A DFileFont.java80 protected NativeFont[] nativeFonts; field in class:FileFont
H A DFileFontStrike.java249 int numNatives = fileFont.nativeFonts.length;
256 new NativeStrike(fileFont.nativeFonts[i], desc, false);
363 CharToGlyphMapper mapper = fileFont.nativeFonts[i].getMapper();

Completed in 27 milliseconds