Searched refs:physFont (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java275 PhysicalFont physFont = fm.getRegisteredFontFile(fontFile);
276 if (physFont != null) {
287 return physFont;
295 physFont = fm.findJREDeferredFont(fcInfo.firstFont.familyName,
301 if (physFont == null &&
303 physFont = fm.initialiseDeferredFont(fcInfo.firstFont.fontFile);
305 if (physFont != null) {
316 return physFont;
324 if (physFont == null) {
335 physFont
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java150 CompositeFont(PhysicalFont physFont, CompositeFont compFont) { argument
154 fullName = physFont.fullName;
155 familyName = physFont.familyName;
156 style = physFont.style;
170 components[0] = physFont;
176 componentNames[0] = physFont.fullName;

Completed in 31 milliseconds