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

/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 43 milliseconds