Re: Questions on Qt3/Windows
Peter Kümmel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Rajeev J Sebastian wrote: > Hi, > > I have a question regarding the Qt3/win-32 native port. > > You have mentioned that you have replaced the X11 functions with win32 calls. > Is this also applicable to text rendering, i.e., do you use the Uniscribe > engine for shaping ? or is the qscriptengine_x11.cpp used for shaping in > win32 also (as in Linux) ? > > Rajeev J Sebastian Hi Rajeev, we've ported the qscriptengine_x11.cpp, see qscriptengine_win.cpp, so we don't use Uniscribe. As I understand it the x11 code is build to simulate the Uniscribe behavior, but I'm not 100% sure. Peter