Re: [1/2]usp10: cache OUTLINETEXTMETRICW instead of just TEXTMETRICW
July 19, 2012
4:58 p.m.
Aric Stewart <aric(a)codeweavers.com> wrote:
+ sc->tm = heap_alloc(size); + GetOutlineTextMetricsW(hdc, size, sc->tm);
otmSize exists for a reason, if GetOutlineTextMetrics currently doesn't check it this doesn't mean it won't at some point in future. -- Dmitry.
4998
Age (days ago)
4998
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov