Module: wine
Branch: master
Commit: b6c099cda6c7d7694956758ec121562e781c97fe
URL: https://source.winehq.org/git/wine.git/?a=commit;h=b6c099cda6c7d7694956758e…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 6 19:58:11 2020 +0200
gdi32: Store face data as a single binary value in the registry cache.
This is faster than a bunch of separate string values.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/gdi32/freetype.c | 260 ++++++++++++++++++++------------------------------
1 file changed, 102 insertions(+), 158 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b6c099cda6c7d7694956…