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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c66 // XXXDARWIN: Hard-code the path to Apple's fontconfig, as it is
73 #define FONTCONFIG_DLL_VERSIONED X11_PATH "/lib/" VERSIONED_JNI_LIB_NAME("fontconfig", "1")
74 #define FONTCONFIG_DLL X11_PATH "/lib/" JNI_LIB_NAME("fontconfig")
76 #define FONTCONFIG_DLL_VERSIONED VERSIONED_JNI_LIB_NAME("fontconfig", "1")
77 #define FONTCONFIG_DLL JNI_LIB_NAME("fontconfig")
92 * It is needed if fontconfig is not installed or configured properly.
504 * The preferred mechanism is now using the new "fontconfig" library
524 /* As of 1.5 we try to use fontconfig on both Solaris and Linux.
548 * useful only if fontconfig failed, or is incomplete. So we could
593 #include "fontconfig
749 FcConfig *fontconfig; local
[all...]

Completed in 33 milliseconds