Hi..
I've been trying out Simberon reports on VW7.6 and it works fine except for one area that is a bit frustrating.. The internal report viewer show the layout I expect but when I print it to a postscript file, the font sizes are different than what the screen had and things are clipped on the right.. One of the guys that maintains Simberon indicated that he thought there was a detailed writeup somewhere that gave directions on making VW's screen & print output look very close.. I looked through the archives but didn't find anything.. Any ideas? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Based on a posting by Chris
Lopeman:
I think the reference to a
detailed writeup was to one in comp.lang.smalltalk, maybe this:
That in turn refernces a page from
the UIUC Wiki, which can be retrieved with the Wayback
Machine:
HTH,
Steve
From: [hidden email] on behalf of Rick Flower Sent: Sat 4/25/2009 07:26 To: 'Vwnc' Subject: [vwnc] VW Fonts on screen vs printer... Hi.. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Steven Kelly wrote:
> Based on a posting by Chris Lopeman: > http://groups.google.com/group/comp.lang.smalltalk/browse_thread/thread/c50e37cc5eade586/d97db9fdbceea714?q=fonts+cls+group:comp.lang.smalltalk > > I think the reference to a detailed writeup was to one in > comp.lang.smalltalk, maybe this: > http://groups.google.com/group/comp.lang.smalltalk/browse_thread/thread/8f2893c39f94f97b/8a5dada547b3f91d?q=fonts+group:comp.lang.smalltalk > > That in turn refernces a page from the UIUC Wiki, which can be > retrieved with the Wayback Machine: > http://web.archive.org/web/20040427031801/http://wiki.cs.uiuc.edu/VisualWorks/How+to+match+the+font+size+between+VW+and+Windoze+apps > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Rick Flower
Rick
I recall looking into this and found out that the font widths for windows fonts are integers while for Postscript they are either floats or scaled. For most things it does not matter but occasionally you get enough roundoff error so it matters. Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Rick Flower Sent: Saturday, April 25, 2009 12:26 AM To: 'Vwnc' Subject: [vwnc] VW Fonts on screen vs printer... Hi.. I've been trying out Simberon reports on VW7.6 and it works fine except for one area that is a bit frustrating.. The internal report viewer show the layout I expect but when I print it to a postscript file, the font sizes are different than what the screen had and things are clipped on the right.. One of the guys that maintains Simberon indicated that he thought there was a detailed writeup somewhere that gave directions on making VW's screen & print output look very close.. I looked through the archives but didn't find anything.. Any ideas? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Terry Raymond wrote:
> Rick > > I recall looking into this and found out that the font widths > for windows fonts are integers while for Postscript they are > either floats or scaled. For most things it does not matter > but occasionally you get enough roundoff error so it matters. > Thanks.. For now I've resorted to playing the tailoring game by printing to postscript and viewing the results, adjusting the code and redoing again to just get my output going.. For the most part I had to reduce font sizes down to 12 from 16 (16 looked OK on my OSX installation but were being clipped when printed as Postscript.. Anyway, I've gotten around my sticking point for now.. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |