cairo: Fix values of prop_em_width, fixed_width.
authorBen Pfaff <blp@gnu.org>
Fri, 12 Jun 2009 04:54:15 +0000 (21:54 -0700)
committerBen Pfaff <blp@gnu.org>
Fri, 12 Jun 2009 04:55:56 +0000 (21:55 -0700)
commitcd39e3af11eb9537e6e6ac2db2ee90fd3c01cb08
treeb362f496d1363e12b3ded9078f6600945cdd9411
parent6a3df478c6eb1999a1c5c5e05abe724e50086533
cairo: Fix values of prop_em_width, fixed_width.

For some reason prop_em_width and fixed_width were getting very small
values, e.g. 5 and 7, when they were being pulled from the font metrics.
These values should be more like 1024 times larger and  I can't figure
why they aren't.  But this works around the problem for now.
src/output/cairo.c