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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c743 FcFontListFuncType FcFontList; local
768 FcFontList =
769 (FcFontListFuncType)dlsym(libfontconfig, "FcFontList");
782 FcFontList == NULL ||
792 * This set is returned from the call to FcFontList(..)
805 fontSet = (*FcFontList)(NULL, pattern, objset);

Completed in 2497 milliseconds