[Bug 48489] .Net 4.7+ requires GpFontFamily to be referenced counted instead of cloning.

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 20 10:10:05 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48489

--- Comment #1 from Vincent Povirk <madewokherd at gmail.com> ---
Seems like they expect to be able to do pointer equality tests:
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.Windows.cs

That would imply that clone_font_family should never be used, and FontFamily
objects should only be created as part of a FontCollection.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list