1 2 3 4 5 6 7
#include <pango/pangoxft.h> int main(int argc, char *argv[]) { pango_xft_get_context(NULL, 0); return 0; }