blob: ccd15cdffa10f6283e295f5d8e62e5515d40d781 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <config.h>
#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);
}
|