diff options
| author | mathog <> | 2014-07-25 00:37:03 +0000 |
|---|---|---|
| committer | mathog <> | 2014-07-25 00:37:03 +0000 |
| commit | 3b21971e6bf1c012eed2aa9f054bb1cee6ac8a4b (patch) | |
| tree | 30d66e04a994130c789144254f80168465908645 /src | |
| parent | Fix for bug 1340683 (diff) | |
| download | inkscape-3b21971e6bf1c012eed2aa9f054bb1cee6ac8a4b.tar.gz inkscape-3b21971e6bf1c012eed2aa9f054bb1cee6ac8a4b.zip | |
sync with libTere version of text_reassemble.c
(bzr r13469)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/internal/text_reassemble.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/internal/text_reassemble.c b/src/extension/internal/text_reassemble.c index 9b1cff46e..4dfc49420 100644 --- a/src/extension/internal/text_reassemble.c +++ b/src/extension/internal/text_reassemble.c @@ -67,8 +67,8 @@ Optional compiler switches for development: File: text_reassemble.c -Version: 0.0.14 -Date: 25-MAR-2014 +Version: 0.0.15 +Date: 24-JUL-2014 Author: David Mathog, Biology Division, Caltech email: mathog@caltech.edu Copyright: 2014 David Mathog and California Institute of Technology (Caltech) @@ -1822,7 +1822,7 @@ printf("Face idx:%d bbox: xMax/Min:%ld,%ld yMax/Min:%ld,%ld UpEM:%d asc/des:%d,% /* originally the denominator was just 32.0, but it broke when units_per_EM wasn't 2048 */ double fixscale = tsp->fs/(((double) fsp->face->units_per_EM)/64.0); - if(tri->load_flags & FT_LOAD_NO_SCALE) xe *= tsp->fs/32.0; + if(tri->load_flags & FT_LOAD_NO_SCALE) xe *= fixscale; /* now place the rectangle using ALN information */ if( taln & ALIHORI & ALILEFT ){ |
