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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFontDescriptor.java35 private int coreComponentCount; field in class:CompositeFontDescriptor
45 * @param coreComponentCount the number of core fonts, i.e., the ones
56 int coreComponentCount,
62 this.coreComponentCount = coreComponentCount;
74 return coreComponentCount;
55 CompositeFontDescriptor(String faceName, int coreComponentCount, String[] componentFaceNames, String[] componentFileNames, int[] exclusionRanges, int[] exclusionRangeLimits) argument

Completed in 29 milliseconds