pango-compat.h (219B)
1 #ifndef _PANGO_COMPAT_H_ 2 #define _PANGO_COMPAT_H_ 3 4 #include <pango/pangoxft.h> 5 6 //#if !PANGO_VERSION_CHECK(1, 46, 0) 7 #if 1 8 PangoDirection ledit_pango_layout_get_direction(PangoLayout *layout, int index); 9 #endif 10 11 #endif