Hi Dmitry,
I know this is not official MSDN documentation but this appears to disagree with you. http://www.catch22.net/tuts/neatpad/11
It also makes sense to have all the complex script processing logic in one place instead of spreading it out and duplicating it.
Why do you say that Windows gdi32 does not use usp10? I do not see a direct dependency but I have not traced inside to see if it is doing LoadProcAddress or the like.
-aric
Dmitry Timoshkov wrote:
Aric Stewart aric@codeweavers.com wrote:
allows us to be able to make use of the mirroring code and eventually the shaping code when it is in place.
This should be done the other way around. gdi32 should not depend on a high level dll (that creates circular dependencies), gdi32 in Windows doesn't use usp10 either.