Hi
Has anyone encountered the problem with a new Think Pad where the VW fonts are displayed larger than they should be? This is under windows 7. Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
There appears to be a win7 problem where if the O/S is installed initially
with DPI settings of "font size 125% or larger", when you then change it to 100% -- some applications still believe the 125%. I generated a VW patch at one point -- but I don't have it -- I think the person in the office next to me does -- I will see if I can dig it up tomorrow. On 6/4/2010 5:19 PM, Terry Raymond wrote: > Hi > > Has anyone encountered the problem with a new Think Pad > where the VW fonts are displayed larger than they should be? > > This is under windows 7. > > Terry > > =========================================================== > Terry Raymond > Crafted Smalltalk > 80 Lazywood Ln. > Tiverton, RI 02878 > (401) 624-4517 [hidden email] > <http://www.craftedsmalltalk.com> > =========================================================== > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
another approach is to fix the OS installation, because other
applications might be affected, too. see http://www.rlvision.com/misc/windows_7_font_bug.asp > There appears to be a win7 problem where if the O/S is installed initially > with DPI settings of "font size 125% or larger", when you then change it > to 100% -- some applications still believe the 125%. > > I generated a VW patch at one point -- but I don't have it -- I think > the person in the office next to me does -- I will see if I can dig it up > tomorrow. > > On 6/4/2010 5:19 PM, Terry Raymond wrote: > >> Hi >> >> Has anyone encountered the problem with a new Think Pad >> where the VW fonts are displayed larger than they should be? >> >> This is under windows 7. >> >> Terry >> >> =========================================================== >> Terry Raymond >> Crafted Smalltalk >> 80 Lazywood Ln. >> Tiverton, RI 02878 >> (401) 624-4517 [hidden email] >> <http://www.craftedsmalltalk.com> >> =========================================================== >> >> >> _______________________________________________ >> 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 |
Right -- in fact that WAS the final solution for the laptop we had with
the problem. I DID do a patch, but the solution noted there worked On 6/4/2010 6:02 PM, Holger Kleinsorgen wrote: > another approach is to fix the OS installation, because other > applications might be affected, too. > see > http://www.rlvision.com/misc/windows_7_font_bug.asp > >> There appears to be a win7 problem where if the O/S is installed initially >> with DPI settings of "font size 125% or larger", when you then change it >> to 100% -- some applications still believe the 125%. >> >> I generated a VW patch at one point -- but I don't have it -- I think >> the person in the office next to me does -- I will see if I can dig it up >> tomorrow. >> >> On 6/4/2010 5:19 PM, Terry Raymond wrote: >> >> >>> Hi >>> >>> Has anyone encountered the problem with a new Think Pad >>> where the VW fonts are displayed larger than they should be? >>> >>> This is under windows 7. >>> >>> Terry >>> >>> =========================================================== >>> Terry Raymond >>> Crafted Smalltalk >>> 80 Lazywood Ln. >>> Tiverton, RI 02878 >>> (401) 624-4517 [hidden email] >>> <http://www.craftedsmalltalk.com> >>> =========================================================== >>> >>> >>> _______________________________________________ >>> 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 > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dennis smith-4
Here is the patch -- slightly modified.
Note it includes in MSWindowsFont a method "isWin7" which returns true. We have a custom method that checks for isWin7 which my original patch calls, so if the patch works, you can configure for Win7 checking however you like. This appears to work at lest for VW7.7.1 and VW7.9.1. On 2013-04-30 5:08 AM, Runar Jordahl
wrote:
-- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 [hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc MSWindowsFont_class-defaultFontDescriptionIn.st (1K) Download Attachment |
Free forum by Nabble | Edit this page |