gdi32: Implement QueryFontAssocStatus

Byeongsik Jeon bsjeon at hanmail.net
Mon Jan 19 15:39:18 CST 2009


2009-01-19 (Mon), 09:40 +0900, Byeongsik Jeon wrote:
> QueryFontAssocStatus() is the undocumented function.
> This is a base patch for bug#16325.
> 
> http://bugs.winehq.org/show_bug.cgi?id=16325
> 
Hmm...
What is the problem of this patch?


> ---
>  dlls/gdi32/font.c            |   12 +++++++
>  dlls/gdi32/freetype.c        |   66 ++++++++++++++++++++++++++++++++++++++++++
>  dlls/gdi32/gdi32.spec        |    2 +-
>  dlls/gdi32/gdi_private.h     |    1 +
>  dlls/gdi32/tests/Makefile.in |    2 +-
>  dlls/gdi32/tests/font.c      |   63 ++++++++++++++++++++++++++++++++++++++++
>  include/wingdi.h             |    1 +
>  7 files changed, 145 insertions(+), 2 deletions(-)
> 




More information about the wine-devel mailing list