Code

moving trunk for module inkscape
[inkscape.git] / src / text-chemistry.h
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();
23 #endif
25 /*
26   Local Variables:
27   mode:c++
28   c-file-style:"stroustrup"
29   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
30   indent-tabs-mode:nil
31   fill-column:99
32   End:
33 */
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :