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

/openjdk7/jdk/make/sun/awt/
H A DMakefile459 fontconfig.properties
472 fontconfig.properties \
473 fontconfig.SuSE.properties \
474 fontconfig.Ubuntu.properties \
475 fontconfig.Fedora.properties
480 fontconfig.properties \
481 fontconfig.RedHat.5.properties \
482 fontconfig.RedHat.6.properties \
483 fontconfig.Turbo.properties \
484 fontconfig
[all...]
/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 799 milliseconds