[Bug 5814] New: FontSize does not change for VB6 application

Wine Bugs wine-bugs at winehq.org
Mon Jul 31 16:36:45 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5814

           Summary: FontSize does not change for VB6 application
           Product: Wine
           Version: CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-ole
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: me at benjaminarai.com


The attached application works in windows displaying "Line: 1, Line: 2,..." each
increasing the font size by one for a total of 10 iterations.  The application
works in windows but fails to increase the font size in Wine.  The exact code is:

---
For i = 1 to 10
    FontSize = 10 + i
    Print "Line"; i
Next i
---

The application can be downloaded at: 
http://main.benjaminarai.com/downloads/index.php?dir=wine-patches/apps/&file=Growfont.exe

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list