commit | 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Sep 16 01:11:30 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Sep 16 01:11:30 2011 -0400 |
tree | 1bad727e9ade9740ce8487018b770310b5d44a41 | |
parent | 674ee58d9bc9f825d769220d77f58513edae4558 [diff] [blame] |
Always shape at size=upem Fixes bug with uniscribe not handling GIGANTIC sizes.
diff --git a/util/view-cairo.hh b/util/view-cairo.hh index 4b09d6f..863039b 100644 --- a/util/view-cairo.hh +++ b/util/view-cairo.hh
@@ -57,7 +57,7 @@ double line_width (unsigned int i); GArray *lines; - unsigned int upem; + double scale; }; #endif