summaryrefslogtreecommitdiff
path: root/gdk/linux-fb/gdkpango-fb.c
blob: 11f2632c3e9a1e334ba05ccae37d5208eeaf2f17 (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_for_screen (GdkScreen *screen)
{
  return pango_ft2_get_context (75.0, 75.0);
}