Comment 13 for bug 246910

Revision history for this message
In , Austin Lund (austin-lund) wrote :

Created an attachment (id=14128)
Adds ITextServices tests

This patch tests all the features which this application needs for minimal functionality.

It was submitted to the patches archive:

http://www.winehq.org/pipermail/wine-patches/2008-June/055755.html

The trickiest function to figure out is the TxGetNaturalSize one. That is where most of the work for this will be. Not that it is hard to measure the size of a text string, but the units it uses and how the mapping mode affects it seem to be critical.