http://bugs.winehq.org/show_bug.cgi?id=5814
------- Additional Comments From rob@codeweavers.com 2006-05-08 09:37 ------- Looks good. Two minor points though: hFontList should be a OLEFontImpl thing (and make sure to clean it up on destruction) and the identation is off-by-one for the ref and gdiFont fields of WINE_HFONTITEM.
Also, some tests for the return codes of AddRefHFont and ReleaseHFont would be good (including the tests for each one where the HFONT isn't currently being tracked by the StdFont object).