Re: [1/2]usp10: cache OUTLINETEXTMETRICW instead of just TEXTMETRICW
19 Jul
2012
19 Jul
'12
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.
4900
Age (days ago)
4900
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov