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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java42 private static final FontConfigInfo fcInfo = new FontConfigInfo(); field in class:FontConfigManager
196 getFontConfig(getFCLocaleStr(), fcInfo, fontArr, includeFallbacks);
256 public PhysicalFont registerFromFcInfo(FcCompFont fcInfo) { argument
262 String fontFile = fcInfo.firstFont.fontFile;
278 Font2D f2d = fm.findFont2D(fcInfo.firstFont.familyName,
279 fcInfo.style,
295 physFont = fm.findJREDeferredFont(fcInfo.firstFont.familyName,
296 fcInfo.style);
303 physFont = fm.initialiseDeferredFont(fcInfo.firstFont.fontFile);
307 Font2D f2d = fm.findFont2D(fcInfo
457 getFontConfig(String locale, FontConfigInfo fcInfo, FcCompFont[] fonts, boolean includeFallbacks) argument
462 populateFontConfig(FcCompFont[] fcInfo) argument
[all...]

Completed in 39 milliseconds