diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-02-05 19:24:08 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-02-05 19:24:08 +0000 |
| commit | 6947ff531840b67cafd4c7931e6b7bb9ceaf7d70 (patch) | |
| tree | e648223cc925b2fbe62b7063262eed68f3463541 /src/file.h | |
| parent | add missing header (diff) | |
| download | inkscape-6947ff531840b67cafd4c7931e6b7bb9ceaf7d70.tar.gz inkscape-6947ff531840b67cafd4c7931e6b7bb9ceaf7d70.zip | |
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Code written by su_v in python as an extension, ported to c++ by Mc,
some fixes added by bryce.
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351
Option to disable it is called --no-convert-text-baseline-spacing
The terminology "convert" is chosen as a jargon word to be used for all
such legacy file conversions. The "--no-XXX" naming style is adopted
from the convention used by other software such as GIMP.
(bzr r15481)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h index 4ffbc8ec0..2fc4ea910 100644 --- a/src/file.h +++ b/src/file.h @@ -203,7 +203,8 @@ void sp_file_print (Gtk::Window& parentWindow); * clean unused defs out of file */ void sp_file_vacuum (SPDocument *doc); - +void sp_file_convert_text_baseline_spacing(SPDocument *doc); +void sp_file_convert_font_name(SPDocument *doc); #endif // SEEN_SP_FILE_H |
