summaryrefslogtreecommitdiff
path: root/modules/thai/thai-ot.h
blob: 4e195e8c09593a3dce84ba99c40b9182ed4e5e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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"

PangoOTRuleset *
thai_ot_get_ruleset (PangoFont *font);

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

#endif /* __THAI_OT_H__ */