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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java69 private String fcInfoFileName = null; field in class:FcFontConfiguration
333 if (fcInfoFileName == null) {
352 fcInfoFileName = dir+fs+name;
354 return new File(fcInfoFileName);

Completed in 29 milliseconds