1 #ifndef __TEXT_CHEMISTRY_H__
2 #define __TEXT_CHEMISTRY_H__
4 /*
5 * Text commands
6 *
7 * Authors:
8 * bulia byak
9 *
10 * Copyright (C) 2004 authors
11 *
12 * Released under GNU GPL, read the file 'COPYING' for more information
13 */
15 #include "forward.h"
17 void text_put_on_path (void);
18 void text_remove_from_path (void);
19 void text_remove_all_kerns (void);
20 void text_flow_into_shape();
21 void text_unflow();
22 void flowtext_to_text();
24 #endif
26 /*
27 Local Variables:
28 mode:c++
29 c-file-style:"stroustrup"
30 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31 indent-tabs-mode:nil
32 fill-column:99
33 End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :