one-box.h revision fa5a3d9afe76005fecf8e89eebd344696400efda
/** @file
* @brief Definition of struct one_box
*/
#ifndef LIBNRTYPE_ONE_BOX_H_INKSCAPE
#define LIBNRTYPE_ONE_BOX_H_INKSCAPE
// text chunking 2, the comeback
// this time for sp-typeset
struct one_box {
double width;
bool word_start, word_end;
};
#endif /* !LIBNRTYPE_ONE_BOX_H_INKSCAPE */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :