Module: wine Branch: master Commit: 17a24679b491e43f8d85f0d13f95837496c6b382 URL: http://source.winehq.org/git/wine.git/?a=commit;h=17a24679b491e43f8d85f0d13f...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Dec 15 09:39:26 2014 +0300
dwrite: Initial GetGlyphRunOutline() implementation.
---
dlls/dwrite/dwrite_private.h | 19 +++++ dlls/dwrite/font.c | 123 ++++++++++++++++++++++++++-- dlls/dwrite/freetype.c | 156 +++++++++++++++++++++++++++++++++++ dlls/dwrite/tests/font.c | 189 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 482 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=17a24679b491e43f8d85f0...