summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-03-12 23:50:04 +0000
committerMartin Owens <doctormo@gmail.com>2016-03-12 23:50:04 +0000
commit1c9e7ee09d40b8e06b80d0a09eca17d1b0fb8357 (patch)
treec660c2c4b4002e3c142d386582afeddd5f5b35b3 /src/libnrtype
parentAdd new TTF to the logo in seamless pattern extension (diff)
downloadinkscape-1c9e7ee09d40b8e06b80d0a09eca17d1b0fb8357.tar.gz
inkscape-1c9e7ee09d40b8e06b80d0a09eca17d1b0fb8357.zip
Add a units box to line height and wire in the style units, plus some cleanup
(bzr r14701)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG.cpp b/src/libnrtype/Layout-TNG.cpp
index 8b0889188..ec488b584 100644
--- a/src/libnrtype/Layout-TNG.cpp
+++ b/src/libnrtype/Layout-TNG.cpp
@@ -14,7 +14,7 @@ namespace Inkscape {
namespace Text {
const gunichar Layout::UNICODE_SOFT_HYPHEN = 0x00AD;
-const double Layout::LINE_HEIGHT_NORMAL = 1.25;
+const double Layout::LINE_HEIGHT_NORMAL = 125;
Layout::Layout() :
_input_truncated(0),