http://bugs.winehq.org/show_bug.cgi?id=58938
Bug ID: 58938 Summary: Japanese vertical text is printed slightly higher when using SetMapMode with MM_LOMETRIC Product: Wine Version: 10.18 Hardware: aarch64 OS: MacOS Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineps.drv Assignee: wine-bugs@list.winehq.org Reporter: ssnffb30@gmail.com
Created attachment 79633 --> http://bugs.winehq.org/attachment.cgi?id=79633 A simple test tool(contains source code + compiled EXE)
This is a simple test tool that prints "あいうえお、かきくけこ" vertically and "Hello World!" horizontally.
The horizontal text is printed in the correct position, while the vertical text is shifted upward when MapMode is set to MM_LOMETRIC. The issue does not appear when using MM_TEXT (with setting lfEscapement=2700).
* Steps to Reproduce: 1. Run winetricks fakejapanese_ipamona 2. Launch the provided test tool vertical-print-test.exe 3. Press the Print button(You can print to a virtual printer for convenience)
This issue is expected to occur on Linux as well.
For macOS users: note that PostScript printing is no longer supported on macOS Sonoma or later. Use Ventura/Monterey if testing on macOS.