blob: 5a821cad0d81a1e17be5f62b978f39a105948de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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 ();
}
|