Module: wine Branch: master Commit: fb44feb62fd8b49edd27921bc6bc3682d14c1254 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fb44feb62fd8b49edd27921bc... Author: Thomas Faber <thomas.faber(a)reactos.org> Date: Fri Jan 12 14:30:13 2018 +0100 usp10: Re-use script caches for the same font. Signed-off-by: Thomas Faber <thomas.faber(a)reactos.org> Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/usp10/tests/usp10.c | 118 ++++++++++++++++++++++++++++++++++++++++++++ dlls/usp10/usp10.c | 69 +++++++++++++++++++++++--- dlls/usp10/usp10_internal.h | 5 ++ 3 files changed, 186 insertions(+), 6 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fb44feb62fd8b49edd279...