Code

Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
[inkscape.git] / src / libnrtype / font-style-to-pos.h
1 #ifndef __FONT_STYLE_TO_POS_H__
2 #define __FONT_STYLE_TO_POS_H__
4 #include <forward.h> /* SPStyle */
5 #include <libnrtype/nr-type-pos-def.h>
7 NRTypePosDef font_style_to_pos (SPStyle const &style);
9 #endif /* __FONT_STYLE_TO_POS_H__ */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :