Code

moving trunk for module inkscape
[inkscape.git] / src / sp-metric.h
1 #ifndef INKSCAPE_SP_METRIC_H
2 #define INKSCAPE_SP_METRIC_H
4 /** Known metrics so far.  (I don't know why this doesn't include pica.) */
5 enum SPMetric {
6     NONE,
7     SP_MM,
8     SP_CM,
9     SP_IN,
10     SP_PT,
11     SP_PX,
12     SP_M
13 };
15 #endif /* !INKSCAPE_SP_METRIC_H */
17 /*
18   Local Variables:
19   mode:c++
20   c-file-style:"stroustrup"
21   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
22   indent-tabs-mode:nil
23   fill-column:99
24   End:
25 */
26 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :