summaryrefslogtreecommitdiff
path: root/wrap/otk_font.i
blob: 797a153284518c9ddc5d7d0119987057a526178e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

%module otk_rendertexture

%{
#include "config.h"
#include "font.hh"
%}

%include "otk_ustring.i"
%include "std_string.i"

%include "font.hh"