Search found 8 matches
- Sat Jan 28, 2012 3:44 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
OK, on further investigation maybe there's a better way to look at it. If an italic style font actually exists (ariali.ttf, for example) that name gets assigned in TRichView. It then prints correctly whether in WinXP or WINE. If there's no italic style font (as is standard for Tahoma) then TRichView ...
- Fri Jan 27, 2012 10:36 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
Figured it out. I looked at the rvf file generated with unicode and then tracked it back from there. Apparently TRichView and whatever other libraries it uses don't know how to handle printing italic type when there's no italic ttf to go with the font. I was using Tahoma font, there's no "standard ...
- Tue Jan 24, 2012 1:16 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
- Mon Jan 23, 2012 6:00 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
Could you check the file at this link on the WINE forum and see if the DEFAULT_CHARSET is properly set? http://bugs.winehq.org/attachment.cgi?id=38480 Could you also verify that the WinAPI functions are getting called with the correct parameters? e.g., with DEFAULT_CHARSET and not SHIFTJIS_CHARSET ...
- Mon Jan 23, 2012 5:06 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
- Mon Jan 23, 2012 2:15 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
- Fri Jan 20, 2012 2:12 am
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
- Thu Jan 19, 2012 2:12 pm
- Forum: Support
- Topic: ActionTest and WINE
- Replies: 12
- Views: 23579
ActionTest and WINE
I'm using ActionTest (latest version) under WINE 1.3.37 on Kubuntu 11.10. The problem is not new, been around for several years; I just haven't gotten around to figuring it out. ActionTest works fine in WINE using ANSI files/text. Not so with Unicode. If I copy Unicode text and paste it into ...