diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2006-05-13 21:07:48 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2006-05-13 21:07:48 +0000 |
| commit | 724f9656c1736189f82900a8d5a5b30ebb5af115 (patch) | |
| tree | 1110ccf02098911cdb1b5cd3217b5ad183717470 /src/desktop-style.h | |
| parent | added packaging/win32/italian.nsh and czech.nsh to distribution (diff) | |
| download | inkscape-724f9656c1736189f82900a8d5a5b30ebb5af115.tar.gz inkscape-724f9656c1736189f82900a8d5a5b30ebb5af115.zip | |
Calligraphy tool now draws in the last used color or tool style depending on the preferences setting.
(bzr r823)
Diffstat (limited to 'src/desktop-style.h')
| -rw-r--r-- | src/desktop-style.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h index 3ebf4f238..9f080648a 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -53,6 +53,7 @@ void sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_re void sp_desktop_set_style(SPDesktop *desktop, SPCSSAttr *css, bool change = true, bool write_current = true); SPCSSAttr *sp_desktop_get_style(SPDesktop *desktop, bool with_text); guint32 sp_desktop_get_color (SPDesktop *desktop, bool is_fill); +guint32 sp_desktop_get_color_tool(SPDesktop *desktop, char const *tool, bool is_fill); double sp_desktop_get_font_size_tool (SPDesktop *desktop); void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, char const *tool, bool with_text); |
