gtk2/gdk/linux-fb/gdkpango-fb.c
2000-12-21 10:33:40 +00:00

12 lines
180 B
C

#include <glib.h>
#include "gdkprivate-fb.h"
#include "gdkpango.h"
#include <pango/pangoft2.h>
PangoContext *
gdk_pango_context_get (void)
{
return pango_ft2_get_context ();
}