commit | b2781015807bfedcdad24b9c52bc1c81dbcd95f9 | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Mon Feb 22 03:18:06 2010 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 22 12:07:33 2010 +0100 |
tree | f8524da40d1f1598b86e74c57dcd708e1dbe9ff2 | |
parent | 7451facf2f7a9ee8e5873b6c6976bffea241199a [diff] |
wordpad: Get preview page character boundaries with number of pages. Rather than making seperate calls to EM_FORMATRANGE to get the number of pages and the character boundaries, it would be easiest to get both together. The time to process EM_FORMATRANGE seems like it would take a lot longer than the time needed to cache the character page boundaries.