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/display/nr-style.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/display/nr-style.cpp')
| -rw-r--r-- | src/display/nr-style.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/display/nr-style.cpp b/src/display/nr-style.cpp index 1740785e2..8b82a1dff 100644 --- a/src/display/nr-style.cpp +++ b/src/display/nr-style.cpp @@ -68,7 +68,6 @@ NRStyle::NRStyle() , tspan_width(0) , ascender(0) , descender(0) - , line_gap(0) , underline_thickness(0) , underline_position(0) , line_through_thickness(0) @@ -330,7 +329,6 @@ void NRStyle::set(SPStyle *style, SPStyle *context_style) tspan_width = style->text_decoration_data.tspan_width; ascender = style->text_decoration_data.ascender; descender = style->text_decoration_data.descender; - line_gap = style->text_decoration_data.line_gap; underline_thickness = style->text_decoration_data.underline_thickness; underline_position = style->text_decoration_data.underline_position; line_through_thickness = style->text_decoration_data.line_through_thickness; |
