mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
12 lines
180 B
C
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 ();
|
|
}
|