summaryrefslogtreecommitdiff
path: root/modules/thai/thai-ot.h
blob: 43f79ef8ab0fd45bf1d4b290389f0e165991a638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Pango
 * thai-ot.h:
 *
 * Copyright (C) 2004 Theppitak Karoonboonyanan
 * Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 */

#ifndef __THAI_OT_H__
#define __THAI_OT_H__

#include "pango-ot.h"

void 
thai_ot_shape (PangoFont        *font,
               PangoGlyphString *glyphs);

#endif /* __THAI_OT_H__ */