blob: c983bf71d7da36891fede0dca428aea272d7d428 (
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 (75.0, 75.0);
}
|