diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-10-28 13:40:01 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-10-28 13:40:01 +0000 |
| commit | ce697d7ebfb1e4affce10805c89445244d29388a (patch) | |
| tree | bc5440dfa84592e6e51e835e2c3e3a13f82efb76 /src/widgets/toolbox.cpp | |
| parent | add gtk3 experimental support in CMake (diff) | |
| download | inkscape-ce697d7ebfb1e4affce10805c89445244d29388a.tar.gz inkscape-ce697d7ebfb1e4affce10805c89445244d29388a.zip | |
Implement 'text-orientation' with user interface. Update 'writing-mode', adding 'vertical-lr'.
Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc.
(bzr r14430.1.1)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index a1c32352c..00c09e50e 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -478,6 +478,8 @@ static gchar const * ui_descr = " <toolitem action='TextDyAction' />" " <toolitem action='TextRotationAction' />" " <separator />" + " <toolitem action='TextWritingModeAction' />" + " <separator />" " <toolitem action='TextOrientationAction' />" " </toolbar>" |
